Pilot Study of Selective Messages Message Thread: http://forums.sun.com/thread.jspa?threadID=5409542&tstart=0 Message Description: Basic question. Previously the message was posted on New to Java, then moved to Swing forum. OP probably haven’t read tutorial Message Type: goal-oriented Q&A process: What is the situation of Q&A? q1-a1-a2-a3-a4-a5 What should be the most objective way of Q&A? good With code/without [...]
Archive for September, 2009
Pilot Study of JButton – editor between JCombobox and JButton
Posted in Pilot Study Entries, tagged Interaction-editor; on September 30, 2009 | Leave a Comment »
Pilot Study of Selective Messages Message Thread: http://forums.sun.com/thread.jspa?threadID=5409515&tstart=0 Message Description: Actually the OP just needed an SSCCE that can teach him how to combine a JButton and JCombobox. His compiled code was good and runnable but still hadsome bugs. In reply 3, da.futt provided another SSCCE. OP was likely a goal-oriented post. Author simply wanted [...]
further pilot study might necessary:
Posted in Ideas, Topics, and Other Issues on September 25, 2009 | Leave a Comment »
revalidate and repaint(10) paint (6) focus(3) event handling thread component hierarchy position Not quite sure how u collect samples above but I believe my current category is enough for all pilot studies. Either ignore topics above or do another 50-60 pilot studies. I’m currently focusing on method of random collecting. a) Try Advanced Option and [...]
Button size and LayoutManager
Posted in Ideas, Topics, and Other Issues on September 22, 2009 | Leave a Comment »
Button size or sometimes resize problems are frequently asked by swing participants. When search “button size” “button resize” and etc, it usually returns more than 2000 msgs. Most of them are likely posted by novices. They want btns have a size fitful to their requirements. However, some wrote codes manually control the size of buttons, [...]
Design Discussion (Global Knowledge)
Posted in Ideas, Topics, and Other Issues on September 18, 2009 | Leave a Comment »
Design for button management is a frequent asked question in ActionListener subject. When trying to implement an array of buttons, either implement a listener for each button or use an anonymous class. “e.getSource” is also a different design but someone think it was out of fashion. People tend to have different opinions. Some mentioned multiple listeners for each button [...]
Thoughts
Posted in Ideas, Topics, and Other Issues on September 15, 2009 | Leave a Comment »
According to “future work” mentioned in iwpc-dhou, deep study in newsgroup can help in distinguishing common conceptual problems from confusing design weakness. Improvement in documentation is also possible. Tools like FCL or WEKA could be used for determining problems automatically. Programme advice reminder or documentation recommendation could possibly help improve one’s work.
Category in Iwpc- by dhou
Posted in Ideas, Topics, and Other Issues on September 14, 2009 | Leave a Comment »
inherited features 26 revalidate and repaint(10) paint (6) focus(3) event handling thread component hierarchy position keyboard [...]
Meeting on Sep 11th
Posted in Ideas, Topics, and Other Issues on September 11, 2009 | Leave a Comment »
a. Basic Question — Button UI ActionListener — divide into several; b. Review papers writing JButton; c. Compare tutorials & FAQ;
Button Specific (Specific)
Posted in Ideas, Topics, and Other Issues on September 10, 2009 | Leave a Comment »
JButton basic questions Categories Look and Feel: a)Button Background: highlight, color. explanation; customize button background on click ; b)Button Look and Feel: Icon/Text, with ToolTipTexts and features of scale, rotate and up-side-down; Button Function: a) Button Enable/Disable status: should Exclude information that differentiate four button status mentioned in http://lilisworking.wordpress.com/2009/09/01/pilot-study-of-jbutton-3/. This topic belongs to toggle button; b) Button Listener: single/multiple [...]