Tagged Questions
JCheckBox is the Java Swing implementation of a check box, an item that can be selected or deselected, and which displays its state to the user.
5
votes
2answers
942 views
Applying a tint to an image in java
I am trying to create several similar visual styles for my programs, each with a different color theme. To do this, I have implemented the use of icons to represent the different states of JCheckBoxs ...
5
votes
2answers
967 views
JTree rendering with JCheckBox nodes
I am attempting to modify the standard Swing JTree to intermingle nodes with and without checkboxes. This is an example:
When I attempt to check/uncheck one of the checkboxes (the 'User 01' node ...
4
votes
4answers
1k views
Align a JLabel with the text of a JCheckBox
Is there a look-and-feel-independent way to align a component (e.g. a JLabel) horizontally with the text of a JCheckBox?
I am trying to use values from the UIDefaults to predict the location of the ...
4
votes
3answers
281 views
Can i use JCheckbox to show “mixed state”
In windows it is possible to show a grayed out JCheckbox, to show that the collection of data which it represents not all items have the same value.
Is this even possible with a JCheckBox?
How do i ...
3
votes
3answers
30 views
How to reduce the space between the 3 swing checkboxes?
I want to reduce the size between the components with in the Formatting group (left side on the image). How to do this?
JPanel formattingGroup = createGroupWithName("Formatting");
...
3
votes
2answers
89 views
Where is lost setSelected from JCheckBox
Can someone to explain me where I lost setSelected() for JCheckBox when I put into ItemListener the JOptionPane, is this bug ?
Just curiosity is that if is this procces delaled into invokeLater() ...
3
votes
1answer
39 views
Background Colour of JCheckBox
Is there any way to change the background colour of a JCheckBox ? I mean the colour inside the little square, not everything around it which is what setBackground does.
Thanks.
3
votes
1answer
122 views
JCheckBox Behavior in JTable
I followed the directions somewhere online to insert checkboxes in a JTable. Here is my code to do so:
protected class JTableCellRenderer implements TableCellRenderer {
@Override
public ...
3
votes
2answers
45 views
Creating a Button Group Allowing N checked boxes
I am programming in Java, using Swing.
I am currently working with an application which allows the user to display 2 or less hobbies. The list of hobbies is finite. I would like to provide a user ...
3
votes
1answer
653 views
Change JCheckBox/JRadioButton selection color
Is there a way to change the selection color of a checkbox/radiobutton?
3
votes
4answers
3k views
How to make Jtable column contain checkboxes?
Preface: I am horrible with java, and worse with java ui components.
I have found several different tutorials on how to add buttons to tables, however I am struggling with adding checkboxes. I need ...
2
votes
1answer
49 views
Get the row of the TableCellRenderer on itemStateChanged
I have a custom TableCellRenderer (ValueRenderer) for a JTable, the cell is a Checkbox.
I have attached an ItemListener to the valueRenderer to listen to the checkbox's state change ...
2
votes
3answers
60 views
I have an ArrayList<JCheckBox> that i want to convert to an ArrayList<String>
I have an ArrayList<JCheckBox> that i want to convert to an ArrayList<String>
First I do like this. I get all my titles from a file and put them into a new ArrayList. Afterwords I make a ...
2
votes
1answer
64 views
Preventing checkboxes from moving in a JTable
I have a column in a JTable with cells rendered as checkboxes below:
How do I prevent the checkboxes from moving every time I click on it? Here is my cell renderer and cell editor:
protected class ...
2
votes
2answers
94 views
How can I determine which JCheckBox caused an event when the JCheckBox text is the same
I am working on a program that needs to determine which JCheckBox was selected. I am using three different button groups, two of which have overlapping text. I need to be able to determine which ...
2
votes
1answer
90 views
Help me with avoid redundant coding with JCheckBoxes in Java
I have a set of classes that implement a particular interface and I have a set of checkboxes. I want to throw an error if no checkboxes are selected. If atleast one or more checkboxes are selected, ...
2
votes
2answers
218 views
How can I enable/disable my JTextField depending of the state of a JCheckBox?
I have a Java check box next to a text field.
When the check box gets selected, I want the text box to be enabled and when it isn't, I don't want it to be selected. I tried an if statement with the ...
2
votes
2answers
289 views
Question on jtable cell editors in swing
I want to implement a component that serves as a list of options, that a user can choose to select or not.
Visually I thought that it would be best presented in a UI (if there is a better approach ...
2
votes
1answer
286 views
adding actionlistener to jcheckbox in java
I use the following code to generate a table with three columns and three rows, the first column contains checkboxes, and the second column just contains the word : row i, where i corresponds to the ...
2
votes
3answers
737 views
how to add a mouse listener to a JTable's cell holding a Boolean value rendered as checkbox
I have a JTable with a custom model implemented extending AbstractTableModel.
public abstract class AbstractTable extends AbstractTableModel{
public Class<? extends Object> ...
2
votes
5answers
425 views
How to use JCheckBoxes selection for use?
I have a checkbox on a JFrame. When I check it, I want to display on the command window that it has been selected. Below is the code i am working with. It compiles and executes without errors, but I ...
2
votes
4answers
248 views
Is there a way to customise Java's setEnabled(false)?
Let's say you have a JCheckBox you want to use as an on/off indicator. You use setEnabled(false) to disable mouse clicks on the JCheckBox. But setEnabled(false) also grays out the checkBox and the ...
2
votes
1answer
311 views
Make JCheckbox bigger..?
i want to make my JCheckboxes in a JTable bigger (for Touchscreen), but it doesn't change the size.
I tried it with
setPrefferedSize
setSize
What should I do?..
2
votes
2answers
710 views
Notification when a checkbox in a JTable is checked
I've searched for this for quite a while and haven't found a clear example anywhere. I'm a Java newbee using NetBeans. I have a boolean value in the first column of a JTable (called "Enabled") and I ...
2
votes
4answers
1k views
Java Swing - JCheckbox with 3 states (full selected, partially selected and deselected)
I want a JCheckbox that has 3 states as shown below:
Partially Selected
Unselected
Full Selected
Q1. Can I use the JCheckbox for the above purpose or have to go for some custom swing component?
1
vote
1answer
85 views
CheckBox Node Tree
I have a checkbox node tree using java Swing.
My objective is to select all the check box nodes on the click of a button .
i.e
Pseudo Code :
on(button click){
Check all the check box ...
1
vote
1answer
31 views
JCheckBox prevent changing checked status when click on text
JCheckBox it is inherited from JToggleButton, so clicking on text will have same effect of clicking the checkbox. But now I need a JCheckBox which behaves like this:
Clicking on checkbox: check or ...
1
vote
1answer
59 views
JCheckbox change the text position
How do i change the position of the text in JCheckbox.
I want the text to be on the left of the check box and not as default on the right.
i been over the jcheckbox, jtooglebutton and jabstractButton ...
1
vote
3answers
63 views
how to set JCheckBox to have a check mark, or not within a program
I am using a single JCheckBox as an un-editable indicator for when something happens in my program. Right now I have this:
public void update(Observable o, Object arg) {
try {
if ...
1
vote
2answers
80 views
Is it okay to have JCheckBox within JButton in Java?
I have a uploader program that has a JTable displaying a set of rows of uploads. I have a JButton labeled "Clear Completed" which when clicked removes the rows of completed uploads. Now I'd like to ...
1
vote
3answers
279 views
How to retrieve value from multiple checkboxes Java
I have this SOAP based webservice implemented in Java where the client has a list of checkboxes which after he selects will be stored in the DB.For example for a checkbox of Sex(maschio,femmina) he ...
1
vote
6answers
98 views
how to assign value to a checked JChechbox?
I am making a simple currency convertor which takes the initial value in a JTextField then the user clicks the JCheckBox corresponding to their desired currency, the converted value will then be ...
1
vote
2answers
167 views
deselect header checkbox when a checkbox is unchecked
i have a jtable with a checkbox in the header and other checkbox in the cell of the column.
like you can see on the picture, there are a problem
boolean is used for the first colum for the ...
1
vote
2answers
183 views
How to increase size of JRadioButtons & JCheckBoxes?
I have a checklist with radio buttons and check boxes, I want to make the the circles and the boxes little bigger than their default size.
1
vote
3answers
281 views
JCheckbox changes state twice when I show a dialog on statechange, how to fix?
I have a checkbox that, when the user selects it, should spawn a dialog with further info, and upon reaction from the user, do something. My code looks basically like this:
private void ...
1
vote
1answer
452 views
Swing JTree with Checkbox and JFileChooser
By using JFileChooser I am able to select file and folders getting JList with File Objects and I am showing it with checkbox. Now my requirement is like I want to show the selected file and folder in ...
1
vote
2answers
253 views
Can JCheckBox components be added to JComboBoxes?
Can JCheckBox components be added to JComboBoxes? If so, how?
1
vote
2answers
250 views
JCheckBox' value resets / doesn't change
I have several components, all inheriting JCheckBox without overwriting anything from it, stored in a vector, which is then traversed and each of the components is added to a dialog
CreateLists(); // ...
1
vote
1answer
500 views
How do I write superscript word for checkbox text in java?
I made few checkboxes using swing in Java.
I want to write a superscript text for the checkboxes but I'm not sure how.
The code currently looks like this.
JCheckBox hCheckBox = new JCheckBox("[M + ...
1
vote
1answer
270 views
How to prevent JPopUpMenu disappearing when checking checkboxes in it?
I want to use JCheckBoxMenuItems in a JPopupMenu. It works, but the problem is that the popup menu disappears when a checkbox item has been checked or unchecked. So if one wants to check/uncheck ...
1
vote
3answers
382 views
Java - How to force resize JCheckBox to prevent clicking the empty space?
When i create a JCheckBox in my Swing application i leave some extra space after its label, so if the JCheckBox label is for example 100 pixels width, i make the JCheckBox 120 pixels for safety.
The ...
1
vote
2answers
380 views
JOptionPane to appear on selected JCheckBox
Hi all I am having some difficulties with adding a joptionpane in JcheckBox listener
public void itemStateChanged(ItemEvent evt) {
if(evt.getStateChange() == ItemEvent.SELECTED){
...
1
vote
4answers
1k views
Getting a JTable with a custom table model to show up in JScrollPane
I am attempting to create my own custom TableModel for my JTable (because I would like to incorporate a row of JCheckBox's into my table.) I have the JTable in a JScrollPane as well. Before I ...
0
votes
3answers
50 views
return to calling method or get results of the selection of a JCheckBox
that's the problem..
This is a simplified version of what i would like do:
public class Class{
public void main(){
Vector<Boolean> boo=new Vector<Boolean>;
...
0
votes
1answer
32 views
Check Box Node Tree
I have been trying to construct a checkbox node tree .
My specification is that i need the parent node to also be a checkbox and not a folder like icon .
I have realized that the default check box ...
0
votes
1answer
40 views
java - catch value of checkbutton in a specific moment
i have a dynamic application that need to create a window interface with checkbox ..the values of the checkboxes will control the next steps of the program..
So i have that interface with the button ...
0
votes
1answer
59 views
java swing jtable screen location of cell renderer component
I'm new to swing and I faced my first serious problem, here goes:
I have a JPanel with JTable and lots of checkboxes below the table. I'm trying to align the checkboxes below the table with checkbox ...
0
votes
2answers
86 views
JCheckBox value in JTable
JCheckBox is checked but it still shows its value as false when i use system.out.print .If the focus is lost but with JCheckBox still checked then it returns true.
i.e when i check 2 checkbox the ...
0
votes
1answer
27 views
how to add a jcheckbox when the table model initially is not defined.
how to add a jcheckbox when the table model initially is not defined.
I have populated the jtable with data from database, but now I need to add a jcheckbox used for selection of desired record.
I ...
0
votes
1answer
46 views
database in Jtable and add jcheckbox in last column of all rows
since I am beginner, Jtable concept has made my brain rack a lot. with difficult i have maganaged to read a database and add it to jtable CODE given below. but am stuck as how to ADD A JCHECKBOX IN ...