buttons in java
Author |
Message |
newTOjava365
|
Posted: 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 |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
wtd
|
Posted: Tue Nov 23, 2004 11:07 pm Post subject: (No 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. |
|
|
|
|
 |
|
|