Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=57&threadID=585394 Message Description: Op posts questions on btn enabling/disabling. It is pretty simple a problem but possibly it is not all the poster wants. setEnabled(T/F) is the correct and only answer for btn enabling. The author has to make further clarification on his problem. Maybe a [...]
Archive for September 7th, 2009
Pilot study of Jbutton – button enabling across windows; OOP
Posted in Pilot Study Entries, tagged repaint ????/ illegible msg???? on September 7, 2009 | 3 Comments »
Pilot study of Jbutton- BorderLayout
Posted in Pilot Study Entries, tagged LayoutManager FAQ on September 7, 2009 | 1 Comment »
Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=57&threadID=596541 Message Description: Another basic problem of swing. There always have some posts asking about button size. Actually it is Borderlayout they use. Message type: problem-oriented Q&A process: q1-a1(BorderLayout problem) What is the situation of the Q/A? very basical question and simple answer What should be [...]
Pilot study of Jbutton – not a button problem(ResultSet )
Posted in Pilot Study Entries, tagged ResultSet on September 7, 2009 | 1 Comment »
Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=257&threadID=180293 Message Description: OP wants a button disabled until all datasets in Microsoft Access tables updated. Following is the pseudo code solution: btn.setEnabled(false); and set it to btn.setEnabled(true) after u have extracted the data from result set. that is after while( rs.next() ) { extracting data [...]
Pilot study of Jbutton- Layout
Posted in Pilot Study Entries, tagged LayoutManager FAQ on September 7, 2009 | 1 Comment »
Pilot Study of Selective Messages Message thread: http://forums.sun.com/thread.jspa?forumID=31&threadID=747973 Message Description: OP paste a snippet of code. He has something wrong with his button size on a frame. Truth is he doesn’t use a LayoutManager so that the layout of his Frame might not appear as he wishes. Message type: problem-oriented Q&A process: q1-a1-a2-a3-a4-a5(confirm [...]