A JButton is a common button in Java Swing.

learn more… | top users | synonyms

2
votes
4answers
49 views

No up state JButton

I'm trying to change to appearance of my JButton so that the button have no up state. Currently i have something like this: And i would like something like this:(comming from NetBeans) In other ...
0
votes
1answer
25 views

Cannot Display JOptionPane When Button Is Pressed

So I have the following Code: import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import ...
0
votes
2answers
25 views

NullPointerException in “AWT-EventQueue-0” java.lang

Hey all I am making a flight booking system and having this error when I click a seat for booking "AWT-EventQueue-0" java.lang.NullPointerException I think there is a mistake with my 2D Object ...
-2
votes
0answers
66 views

When a value is changed, program does not see it as input

So I have my actionListeners attached to my buttons, and when I click on them, they change my menu to "yes" or "no". But I use menu = is.next(); to ask for input and use the yes button to change the ...
1
vote
2answers
43 views

Changing the Bounds of a Swing GUI and Naming of the JButtons

I know how to set the the bounds, so in the end a new setbounds() call would give the new bounds, but I dont know how long/wide should the new bound be, it depends on the input number of buttons like ...
0
votes
5answers
73 views

how do i differentiate between two different JButtons in actionPerformed?

so i have my JButtons public static JButton textYes = new JButton("Yes"); public static JButton textNo = new JButton("No"); my menus public static String choiceReroll = ""; public static String ...
1
vote
5answers
48 views

Creating a clickable JButton matrix

What i want to accomplish is: *A window containing a matrix of buttons. Let's say 10x10. *The buttons should say either "1" or "0", and change when I click them. *The values of the buttons (1 or 0) ...
0
votes
3answers
32 views

How to use actionPerformed() to check to see if a button has been clicked?

public void actionPerformed(ActionEvent e) { if (text1.equals(e.isSelected())) { System.out.println("test"); } else { System.out.println("error"); } } } text1 ...
-1
votes
0answers
45 views

How do I implement JButtons to work instead of my text answers?

this is my code, how would I use JButtons to work instead of my text answers? i have my jbuttons placed, im just not sure how to use actionPerformed and how to take input on selection. ask me for the ...
0
votes
5answers
57 views

Java - Check if JTextField is empty or not

So I got know this is a popular question and already found the solution. But when I try this it doesn't work properly. My JTextField is empty and the button isn't enabled. When I write something in ...
-3
votes
0answers
53 views

How to make a custom Button with an image? [closed]

Im pretty new to java but I have a square button that I made in gimp with a transparent background and I want to just make a custom button. I have an ideas but im not really sure how to implement them ...
1
vote
2answers
47 views

Impossible to play several sounds when I pressed several Jbuttons

I have three buttons in my java program that can play three different sounds. Look at my code: import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.io.File; import ...
0
votes
3answers
39 views

How to put an Image in an specific button of a button array?

hi I am pretty new to java. I need to make a game name Ratsuk witch is pretty much like chess but it only has the knight. So when the knight no longer has space to move the player loses. I did a ...
-1
votes
0answers
30 views

JButton setText deform the parent panel

When I change the text of a JButton it deform the parent panel. Can I "block" the panel or something like that? jpg
1
vote
3answers
42 views

JButton background image

Hi i am trying to implement Action listener for JButton and code look like following: ImageIcon imageForOne = new ImageIcon(getClass().getResource("resources//one.png")); one = new ...
0
votes
3answers
66 views

JButtons and JLabels are not appearing

What is wrong with my code? My buttons and the labels are not appearing. import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; public class ...
0
votes
1answer
41 views

Best way to add ActionListeners to the View

After reading some posts, I am not sure about the difference between these two ways to implement ActionListeners. Is there any good reason to code in one way or another? What about view-decoupling? ...
0
votes
1answer
17 views

How to write a text and then press enter and a jbutton activates

I have a Jtextfield where i write a result inside.Then i want to press enter while my cursor is in the jtextfield,and activate a jbutton named next.I had to my constructor this ...
-2
votes
0answers
29 views

cannot access file in button2, selected through button1 in java [closed]

In java project (NetBeans IDE), I prompt the user for an audio file through a button name "Browse", but along with the audio file, I save other info too, through another button named "Save" So, the ...
0
votes
0answers
6 views

do action method for JSlider like .doClick() for JButton

I know I can trigger an action of a JButton indirectly by calling .doClick on the button. Is there a similar method to call the action of a Slider indirectly (without actually moving it) ? thnx
1
vote
1answer
28 views

How to make a corner component always visible in a JScrollPane

Given import javax.swing.*; public class TestCornerComponent { public static void main(String args[]) { JTable table = new JTable(); final JScrollPane scrollPane = new ...
0
votes
2answers
61 views

how can i check line between two buttons?

How can i check a line which is drawn with the help of drawline funtion between two radio button any fuction which help me for checking line is exist between these buttons r not........ java is new ...
1
vote
1answer
36 views

JLabel does not appear over JButton?

I have a grid of 16 buttons which will represent dice. When a score is added, I want a JLabel to pop up in the middle and display the added score. The 16 buttons and one label are all within one ...
-1
votes
1answer
35 views

How do I get a JLabel to show over a JButton?

I have a JLabel that is ontop of a JButton, but it will not show up ontop. When the code for the JButton is commented out, the JLabel is shown, meaning that it is there but is on the bottom. Is there ...
0
votes
3answers
27 views

Place an element of an Array as a Label on a JButton

So Im trying to challenge myself and create a simple word processor application. I'm currently setting up the keyboard and having some trouble with the keys. I have a String array with each of the ...
2
votes
1answer
38 views

Image change when button is pressed Java

Okay I want my background image to change when helpButton is pressed. I can make the button image change when the mouse hovers over it with a Mouse Listener. I did the same steps except with the ...
0
votes
1answer
41 views

Button won't do anything Java

I have looked over my code for a while and can not find why my button won't work. My "startButton" works when clicked on but my "helpButton" won't. When I click on the button it wont run the println ...
-3
votes
0answers
44 views

using button in java to save data [closed]

i need to create button to save changed values.. for example, if score in this next code comes to 2:1 for red team.. i need to be able to save it and show it saved... im student at techical ...
-3
votes
1answer
55 views

shuffle button in puzzle of 15 button in java [closed]

Hi I have the following java program where I deploy the 15 buttons and 16 button space is blank, now desire disorder and that the buttons are messy for that in the event of my button start calling the ...
-1
votes
3answers
65 views

How to put button where I want on screen.

Okay I want to place my button in a certain place on the screen. Is there any way to place it at an exact pixel location? Right now it places it to the far right of my screen. I have an image that I ...
0
votes
1answer
34 views

Launching notepad using JButton and ActionListener

I have done around 1 to 2 hours of googling for what should be a very simple question I need to launch a txt doc, for example text.txt on my Desktop (C:\Users\Computer\Desktop\text.txt) using a ...
1
vote
1answer
48 views

How to set button to invisible in content pane/container

I'm pretty new to Java and I'm just trying to teach myself by going through a textbook. The textbook provides the following code for an applet: import java.awt.Container; import ...
0
votes
1answer
9 views

Moving an image icon within a JToggleButton?

Here's a picture of part of my interface. The image is circular with a transparent background but it doesn't center properly within the button. I was wondering if I could manually move it into ...
1
vote
1answer
62 views

Add Image to Button GUI Java

Okay I have tried different ways but I can not get the button to change into an image. I know the file source is right because when I upload it as just an image it works fine. Here's my code: ...
0
votes
2answers
35 views

How can I create a single ActionListener for multiple JButtons

I'm creating a basic calculator using MVC. So far I'm adapting a tutorial which merely sums two user entered values together. Currently each button I'm adding to the view has it's own listener, ...
1
vote
1answer
38 views

Prevent a JButton to be resized when resizing it's container

I'm trying to set a multi-line text to a JButton, I googled about it and I found that I must use HTML for that, so here is my code : jButton1.setText("<html>Ajouter une ...
0
votes
2answers
57 views

how to get the product of two columns in a table?

I am developing a GUI Desktop application using Netbeans. I have made a veriable for the total which does not show the result. Please check out the coding weather if there are some changes to do or if ...
1
vote
2answers
37 views

Seeing if JButton is clicked from parent class

I am working on a project in that I am managing multiple windows in the main class. As you can tell from the title, I have a problem with JButtons in the windows. The main method will wait for one ...
0
votes
1answer
25 views

Changing ImageIcon to another picture with button click

So I want to replace an ImageIcon in a JLabel every time a button is pressed. I made it so the image, label, and GridBagConstraints are public. When I try to change it though nothing happens. Am I ...
0
votes
0answers
33 views

JTextpane losing text formatting when setting text

I know this has to be sometime simple but I can't seem to fined the answer. I have some text formatted with line feeds and carriage returns. But if I load it into a TextArea or TextPane, I lose that ...
0
votes
1answer
35 views

How to update JTextArea with JButton without it dulicating

I have searched this site, and others looking for an answer. I have created a GUI to calculate retail discounts. I can enter the information, use the calculate button to perform the calculations, and ...
0
votes
1answer
27 views

JButton Press (Not Release)

I have a very small JButton called "b", which I want to do some things on click and not on release of it. I use the following code: b.addActionListener(new ActionListener() { public void ...
0
votes
2answers
35 views

Enabling Jbutton in frame from another class - GUIBuilder

I have created a JFrame using Netbeans IDE. I have disabled the submit button once it is pressed to process one action which i dealt in another class. If the action successfully completed i need to ...
0
votes
1answer
37 views

How to enter a JtextField from another class

So what I'm trying to do is when I enter a primary id in a JTextField and click proceed, it will take that primary id and store it as a new record in another table. What happens when you click proceed ...
0
votes
1answer
38 views

Display and update balance in JPanel

I am programming a GUI (Bank Account). Everything is working fine; but facing problem in displaying current balance in JPanel, it should display the balance when I hit submit button. I have tried many ...
0
votes
2answers
53 views

Inside panel doesn't show when panel loades

@Override public void actionPerformed(ActionEvent e){ ChangePanel cp=new ChangePanel(); cp.initialize(); cp.setVisible(true); cp.setLayout(new BorderLayout()); int ...
0
votes
1answer
22 views

Adding a JLabel to a JTextArea in JTabbedPane?

My code is below along with screenshots. I am trying to get a label above the JTextField. However, when the label displays, the buttons on the tab go away. My question is how do I get the label above ...
-2
votes
0answers
34 views

jframe and jbutton in seperate classes

I am making a jukebox program for school. I made a class that would set the jframe and add an image to it for the background. Then I made a separate class that would create all of the buttons and ...
1
vote
3answers
28 views

Using JFrame, how can I get the enter key to trigger the same result as pressing the button?

I've searched, but I haven't found an answer that I understand. Currently, I have found posts that ask questions about triggering all events and such, but I only need one event triggered. This code is ...
0
votes
3answers
61 views

Java Boolean and JButtons

I have written this code and for some reason the code does not work as expected. It seems like it should work, but it kinda makes me think that the values for the "isBasic" boolean is not really being ...

1 2 3 4 5 30