A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
JCheckBox
Deyna Cegielski
Ranch Hand
Joined: Nov 24, 2004
Posts: 60
posted
Apr 18, 2006 09:05:00
0
how do u explicitly check the box?
e.g.
if(some condition = true){
check this box
}
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
Apr 18, 2006 12:54:00
0
http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JCheckBox.html
scroll down to
"Methods inherited from class javax.swing.AbstractButton"
it is one of the set...() methods
(it will stand out)
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: JCheckBox
Similar Threads
html code in PostgreSQL table
Don Liu, what is that in your signature?
Strange - Page Submits!!!
how to get multiple value from
how to do
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter