Results 1 to 4 of 4
Thread: Need Some Help
- 08-09-2010, 11:59 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 7
- Rep Power
- 0
Need Some Help
Hello,
I have some questions related to Swings. I hope everyone seen Microsoft new Calculator in Windows 7.
Question 1) How to create a text field like MS Calc which display both result and equation entered?(Means its multiline not just single line but JTextField are only used for single line display or read.)
Question 2) How to make my button glow when my cursor comes on button of Calculator like in MS calc?
-
JTextArea can give you multi-line capabilities. To make a button glow, you can set a roll-over icon that shows the glow. The API can show you how to do this.
- 08-09-2010, 04:21 PM #3
Member
- Join Date
- Aug 2010
- Posts
- 7
- Rep Power
- 0
But roll-over icon sets the icon. how will i glow it by using it. Please give a piece of code.
-
If your roll-over icon has the appearance of a glowing button, then that will work fine.
Demanding code of volunteers is somewhat impertinent and is frowned upon. We'll be more than happy to help you fix your own code, but if you need to demand code, then you should pay for it.how will i glow it by using it. Please give a piece of code.


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks