It's not a secret anymore!
The moose likes Swing / AWT / SWT and the fly likes java swing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "java swing" Watch "java swing" New topic
Author

java swing

puneetRatikon agarwal
Greenhorn

Joined: Jul 15, 2009
Posts: 3
how to change JButton background color???
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

http://faq.javaranch.com/java/UseAMeaningfulSubjectLine. This sub forum is almost entirely about Java and Swing - the AWT, SWT and JFace threads are practically absent compared to the Swing threads.

Try checking the API: javax.swing.JButton. You search for something like "background". You find nothing declared by JButton itself, but wait! there is a method called setBackground in JComponent. And lo and behold:
Sets the background color of this component.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: java swing
 
Similar Threads
enlaring input box
Dateformat problem in iBatis
WA #1.....word association
BackgroundPanel.java cannot be placed in BorderLayout.NORTH
Is JDK same for all platforms(windows,unix,mac) or is it different for different operating systems.