Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=57&threadID=599979 Message Description: The poster has no idea how button ActionListener works. He can define a button in different ways: JButton b1 = new JButton(“Hi!”); JButton b2 = new JButton(“How are you?”); JButton b3 = new JButton(new ImageIcon(“image.gif”)); Therefore, no matter how the button’s GUI was [...]
Archive for August 31st, 2009
Pilot study of Jbutton – Jbutton enabling inside event dispatch thread
Posted in Pilot Study Entries, tagged Event thread dispatch on August 31, 2009 | 2 Comments »
Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=57&threadID=577493 Message Description: the poster has a problem with his Jbutton enabling and thread dispatch. According to the code, it is not quite understandable. Message type: problem-oriented Q&A process: q1-a1-q2-a2 What is the situation of the Q/A? one ask one answer. The author didn’t clarify his [...]