Piyush Walia

Greenhorn
+ Follow
since Apr 16, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Piyush Walia

Is there anyone who has good understanding of JTextArea
19 years ago
I am creating a simple JTextArea but i want that when ever it is displayed for
Editing it should look like this:

-------------------------------------------------------------

TEXT SHOULD BE ALLOW EDITING
ONLY BETWEEN THE DOTTED LINES.


-------------------------------------------------------------
19 years ago
Is it possible that i can completly remove the Content of a given '.txt'
File.
20 years ago
How can i change the color of the JScrollPane,JMenu Selected Item,JMenuItem Text.
I have tried setBackgound(Color col) and setForegound(Color col),but they are not working.Please help me.
20 years ago
How can underline Text in TextPane with different colors,in such a way that the color of text doesnot changes.
20 years ago
How can i add popup menu is the Files of JFileChooser.
e.g. When I right clicks on the file in JFileChooser a menu should be displayed.
Currently,I am adding a mouse listener to JFileChooser.So when I right click in JFileChooser body(eg Button) Popup Menu gets displayed,this does not happens when i Click on the Files.
20 years ago
Please tell me where I can find Images with DropDown Arrow for my JButton
20 years ago
How can i add Drop Down Arrow in JButton
20 years ago