JTextField is a Java Swing component that allows the editing of a single line of text.
0
votes
2answers
37 views
Swing GUI: JList with jtextFields on the rows
My problem is:
I have a button that will add components to a JList when it is clicked. Each row of the list is composed by two jtextFields. The first is the ID of the row. Every time I press the "Add ...
0
votes
1answer
23 views
Float from a binary file into TextField?
I have a binary file I'm reading from and I want to get the balance from that file and input it into a TextField. The variable is a float, how could I do that?
Specifically from this part of the ...
0
votes
1answer
43 views
how to pass textfield from main class to another class
How to pass the textfield from main class pri to CounterTask1 class.
Below program is an example. Real program contains similar construction.
In CounterTask1 class the textfield add with another ...
3
votes
0answers
33 views
Adding textfield to Graphics in java
Does anyone know how to add JTextField into Graphics name bufferstrategy.getDrawGraphics?
Tryed to pain it into graphics, something like this:
private JTextField Input = new JTextField();
...
1
vote
1answer
31 views
JTree valueChanged event gets called before focusLost of another component on clicking a node
I have a JTree where each node of the tree represents some user data. The data is editable and is stored in a file/db. There are a bunch of JTextField that lets you edit/update the user data for the ...
1
vote
1answer
29 views
How to add JTextField in time running in Java?
In order to develop a edit text in java for study. I'm with a problem: My program once opened by the user, if the user to click in button "Search", then the ActionListener will add a field in Jpanel.
...
0
votes
1answer
31 views
Why PlainDocument() setted in JtextField.setDocument() excludes one character of the text
Someone knows why in a JtextField, when I set the setDocument() property -class PlainDocument- when I execute the program, it shows me the field ok, but only I can enter N-1 characters, when I set the ...
-1
votes
2answers
33 views
Java displayField refuses to clear
I'm working on a calculator application (which I have simplified downed to make it easier to debug). When the user hits '=' the IMPORTANTINT will change to 1. When the users clicks another button the ...
2
votes
2answers
52 views
Create JTextField dynamically in a loop
I am beginner on Java GUI. I am writing a program that calculates the inverse of the given matrix. To do this, first i have to scan matrix. I decided to scan matrix by this way:
First i am asking ...
0
votes
2answers
30 views
Send customized text from one JTextpane to another JTexpane
I am developing one simple Java based application in Swing. I have one text pane where I customize it's text using text editor like making text bold, italic, inserting smiley. Now in my application ...
-2
votes
2answers
30 views
Save string to a JTextArea in a different window
How do you display some text written in a JTextField, and display that text in another window in a JTextArea, by pressing a JButton?
This is what a mean:
I have a class called OrderMenuCartoonish:
...
1
vote
2answers
50 views
How to print JTextField into a JTable?
Ok so I've been trying to work on this but I'm completely stuck, I'm sure it's pretty simple.
So I have a set of JTextField that I want to print on a JTable. How would I go about that?
This is part ...
1
vote
1answer
26 views
JPanel additional column on GUI upon run?
Been working on a school project in which my group and I are making a Wheel of Fortune game with a GUI and all. When making the panel for the puzzle to be displayed, I'm running into the problem of an ...
-6
votes
1answer
67 views
Can't parse JTextField in event listener [closed]
So I tried many changes with this code, it seems like I can't parse the text field with an event listener (a button). I tried placing the parse code elsewhere in the code, but it still didn't work. If ...
0
votes
1answer
33 views
Set text color in a JTextField without graying out the text
I am creating a text field that is unable to be modified by the user of my program. When I set the text field so that it cant be modified, the text in the field is grayed out making it difficult to ...
1
vote
2answers
28 views
How to change a JTextField based on a JComboBox selection
This is just a silly program I am working on for school but I am having some trouble. I have a JComboBox and based on what the user selects I want to change the text field. I'm having some trouble ...
-8
votes
5answers
56 views
What's the difference between JTextArea and JTextField? [duplicate]
As the title says, I wanted to know how different is to use a JTextArea than a JTextField.
1
vote
1answer
17 views
Sizing srollpane on textarea & textfield
I am writing a code, where i have one textfield & another one is textarea with seperate scrollpane for each.
Now what i need is i want to set the size of scrollpane such that it should ...
-6
votes
3answers
73 views
Simple GUI code using Swing [closed]
Please do help me by customizing this program so that the checkboxes appear only when I click on the button "Click here to make any change". I have put up the source code here, I wanted to create ...
0
votes
3answers
32 views
How do I create a JTextField that ignores user input but lets components modify text?
Here's what I'd like as a proof of concept: I want a Frame with a text field and a button on it. Anything the user types into the text field is ignored, but if you click the button, it sets the text ...
0
votes
1answer
45 views
Creating a Wheel of Fortune-esque puzzle board using JPanel/JFrame Java
I was assigned a free-form Java coding assignment in my computer science class in which my group and I decided to make a Wheel of Fortune type game. I've been working on the GUI using JPaneland ...
0
votes
1answer
27 views
perform task at a user defined time
I need to get a time from the user and schedule my task at that particular time. For getting the time from the user, I displayed the current system time in a JTextField so that the user can edit it ...
0
votes
1answer
28 views
Setting default LAF's JTextField dimensions
Is it possible to override the LAF's default dimensions of a JTextField with UIDefaults?
0
votes
3answers
44 views
JTextField not accepting my text
So I have the following code, and whenever I run the program it gives me an error. It all seems correct to me, but it isn't.
It is supposed to take the value of whatever is in the textfields and ...
1
vote
1answer
39 views
JTextField and Drawing Images Does Not Work
So I have the following code, and whenever I press the square tool button it should draw a square where the JTextFields say it should be. But for some reason the JTextField values don't work, and the ...
-1
votes
1answer
30 views
Text field not responding to combo box selection
Am kind of a beginner. I have an application in which I have a combo box. The combo box has two strings/items 1 being "Add" and 2nd being "Minus". If I select "Add" from the combo box my jText field ...
0
votes
0answers
44 views
i have made a java gui in Netbeans,but it is giving null pointer Exception when i use any button or field in my any Listener method
I have made my Java Gui In Netbeans,, in which there are buttons and text fields etc.... in my one action listener method, i have made a custom Jframe,, and it has a button as well, here is my code;
...
0
votes
0answers
21 views
JTextfield KeyListener, generate string when enter key is pressed [duplicate]
i have created a simple Java chat with a simple GUI, and i would like to add the option that when the ENTER key is pressed, the text that was entered in the Jtextfield would be inserted into a String ...
-1
votes
4answers
42 views
Accessing variables with different 'last name'
I am using Netbeans to create a Java application. I created some text field its named from jTextField1 through jTextField16. Now I have to store the values of these text fields in a 2d array, but I ...
0
votes
2answers
43 views
calling within ActionListener
I'm trying to plug my code into my GUI at the moment i can't find a way to call text in the ActionListener with out breaking my code I know there are some things in findAndReplace() i will need to ...
0
votes
1answer
54 views
Using a for loop to set values in jTextFields taken from a database
I want to execute a query and add those values to text fields inside a loop. I want to have something like this,
String query = "select student_id,String ...
0
votes
3answers
47 views
Convert an array of file path to array of files and calculate the size of each
I have a JTextField in which the user has to enter file path separated by comma
I take the text field value into an array:
String[] filename = filename.split(","); // where filename is the ...
0
votes
0answers
31 views
Can't get JPanel to display Entire Content
To put Basically, In Java, I have 3 different JPanels.
A Label with a JTextField in Panel 1,
A Button Panel in Panel 2,
and a second JTextField in Panel 3.
In Panel 1, I'm trying to Place the Label ...
0
votes
1answer
52 views
settings bounds to JTextField
I have a JTextField that a User and an Admin update to try and solve a problem that a user may have. Although when I setText(conversation) to the JTextField the text starts in the middle and when it ...
1
vote
2answers
54 views
Positioning GUI objects on a Frame
I am developing a Java application and would like some help in positioning some Labels and TextFields.
Here is my code:
import javax.swing.JFrame;
import javax.swing.JPanel;
import ...
0
votes
3answers
67 views
Unable to type or delete text in JTextfield
I'm learning Java using Art and Science of Java (using Java SE 6u45). Trying to Change the font of text by entering the new font type in a JTextField. But the problem is that I can't enter any text in ...
0
votes
2answers
70 views
Java swing getting input from a JTextField
I see something like this asked around a lot, but it hasn't answered my problem. I am fairly new at Java. I am trying to get some input from a JTextField and return it as a String so I can use it for ...
0
votes
1answer
41 views
How to get a JTextField to respond to the enter key
So I want to get a JTexField to put the text in it into a JTextArea when the enter key is pressed with the cursor in it. Can anyone help?
-2
votes
0answers
37 views
find a word from the output [closed]
I have added copy and clear to my codes and they work fine, but i still have problem with the cut and the find command that allow user to search the output area for specifed test , I have used the ...
1
vote
1answer
50 views
Why do I need to hover my mouse over a button for it to show up?
I got a issue here, my buttons were working fine until I added a background image, when I try to put my mouse over the buttons and textfield for them to show. My labels also don't work either ...
0
votes
3answers
52 views
JLabel not showing text in GUI
so my code ask the user for input. then converts the temp. should be simple but my code is not working. It does not output my lable 3 it just does nothing. that is the only problem i am having with ...
1
vote
1answer
48 views
Is there a way to add the value chosen from all combobox into 1 textfield?
is there a way for me to add the value of combobox choosen into 1 textfield?
i.e noOfBks.
For example, I have two comboboxes, which is quantitiesCB1 and ebquantitiesCB1.
quantitiesCB1 is for ...
0
votes
3answers
57 views
JComboBox, ActionListener, How do I really use them?
Im currently learning java and stuck onto JComboBox.
I have a feel things that I am trying out and hitting the wall for the pass 4 hours.
I am trying to let a user select 1-10 from a ComboBox.
How do ...
0
votes
1answer
25 views
How to make a component occupy all the available space in GridBagLayout?
In my Swing application I have a panel that uses a GridBagLayout. There, I have 3 columns and in one of these columns there is a JTextField. What I want is to set the width of this JTextField (using ...
-2
votes
2answers
50 views
How can I call for an info to be shown in JTextField()
here are two classes I want to get "Port" shown in JTextField, thanks
Class 1
System.out.println("using port "+portId.getName());
Class 2
textField = new JTextField();
...
0
votes
1answer
43 views
How to create a JTextField that will show history of what I type on it?
I'm new in Java and still learning on it. Is there someone could give me a code or tutorial about JTextField that will record and show the history of what I type. Just like a text field in html.
0
votes
4answers
48 views
jbutton changes text of text field
I am simply trying to make an employee clock. I have a keypad of numbers 0-9 and a text field. I want to be able to click the numbers and the numbers will appear on the text field. This seems so easy ...
0
votes
4answers
82 views
how to make jtextfield text disappear when tabbed into (Netbeans)
I'm working on a gui that has multiple textfields that the user enters data into. When the program opens, I have the instructions for what the user is supposed to enter into the textfield set as the ...
0
votes
0answers
22 views
what is the best way to clear JformattedTextfield completely [duplicate]
I have this issue where the JformattedTextfield keeps remembering previous entered data.
in my program I have a clear button which removes the entered data, but if you click on the next text field ...
0
votes
2answers
44 views
InputVerifiers not activating when programatically setting text
I have a swing application with JTextFields that I attach InputVerifiers to. I have valid defaults applied to the fields via the setText method, e.g.
this.myField.setText("11");
But it seems that ...


