Computer Science Canada buttons in java |
Author: | newTOjava365 [ Tue Nov 23, 2004 11:01 pm ] |
Post subject: | buttons in java |
when creating an applet in java with graphic user interface, how can you change the shape of button |
Author: | wtd [ Tue Nov 23, 2004 11:07 pm ] |
Post subject: | |
Generally you either ccreate an applet using a standard Swing GUI, or you have to draw the buttons yourself, and do all of the work of figuring out when the mouse is over them, etc. |