| Author |
GUI functions and user guidance
|
Mag Hoehme
Ranch Hand
Joined: Apr 07, 2002
Posts: 194
|
|
Hi, one question especially to those who have passed their SCJD: I am somewhat afraid that I overdo with the GUI functionality. Although the instructions did not explicitly mention it, I have added functionality for the following operations (besides finding and booking): adding a recordmodifying a recordsaving the modified recorddeleting a recordreloading a record I have done some effort to keep users from inadvertantly losing their changes (i.e., popping up JOptionPanes), and by enabling/disabling the buttons. Meanwhile I ask myself whether all this is really required. Any comment is welcome!
|
Mag
|
 |
Nate Johnson
Ranch Hand
Joined: May 13, 2002
Posts: 301
|
|
Originally posted by Mag Hoehme: Meanwhile I ask myself whether all this is really required.
I can't say what they will do to you for adding all of that... sounds neat to me. But all that I did was three combo boxs for searching, a jtable for the data, a popup with a textfield for booking and a menubar and toolbar for easy access to functions. I only missed one point and they do not tell you why .
|
scwcd, scjd, scjp<br /><a href="http://natejohnson.us" target="_blank" rel="nofollow">http://natejohnson.us</a><br /><a href="http://rice.kuali.org" target="_blank" rel="nofollow">http://rice.kuali.org</a>
|
 |
Mag Hoehme
Ranch Hand
Joined: Apr 07, 2002
Posts: 194
|
|
Hi Nate, which functions exactly did you implement? With one point off I could do well.
|
 |
Nate Johnson
Ranch Hand
Joined: May 13, 2002
Posts: 301
|
|
Originally posted by Mag Hoehme: Hi Nate, which functions exactly did you implement? With one point off I could do well.
searching and booking
|
 |
 |
|
|
subject: GUI functions and user guidance
|
|
|