Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=257&threadID=141766 Message Description: Message type: A button invokes long calculation and thus the UI needs to show intermediate status of progressing. solution is for the action listener (1) change the intermediate status of processing (2) launch the calculation in a new thread. Once the calculation is [...]
Archive for August 19th, 2009
Pilot study of JButton– How to invoke a thread
Posted in Pilot Study Entries, tagged Multithreading on August 19, 2009 | 1 Comment »
Pilot study of Jbutton– rootPane issue – default buttons
Posted in Pilot Study Entries, tagged Basic knowledge on August 19, 2009 | 4 Comments »
Pilot Study of Selective Messages this problem is caused by not knowing default button setting of rootPane. -dhou Message thread: http://forums.sun.com/thread.jspa?forumID=257&threadID=138625 Message Description: Message type: author meet a problem with his Button. He wants the button to perform Able/Disable function When he enters return on the panel, the button is invoked. This is because by [...]