Tagged Questions
0
votes
0answers
20 views
Tapestry generates input tags in pair
I want to generate HTML5 valid document, but I have a problem with forms in my Tapestry app. I am using tapestry textfields like below:
<t:textfield t:id="specId" value="val" />
Tapestry ...
0
votes
2answers
40 views
Convert textField to String and String to textField
I have a function that deletes an entry in a list when it is clicked.
entriesView.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() {
public boolean ...
0
votes
4answers
47 views
validating a string with RegEx
I am trying to validate a RegEx string in Java but i cant get it to work properly. I am attempting to make sure the the following string "AB10XY" is always contained with the textField when performing ...
0
votes
2answers
41 views
inserting nothing in a .setText() method After loading textfile with FileReader
i'm finishing a java project for school but i'm stuck at a certain point.
The assignment is to make a task-planner which should be able t save tasks u add/edit or delete and save that information on ...
0
votes
1answer
51 views
(Java 1.7) combobox, textfield stops accepting text
The combobox in my application suddenly stop accepting text. The cursor blinks in it, but you cannot enter anything. I can restart the program and enter text for some time again. Suddenly it won't ...
1
vote
3answers
58 views
Java calculator add numbers to textfield
I am making a calculator to test my skills in java. How can make the numbers to show up in the jTextfield until i pressed one button to calculate the numbers; i want every numbers to show up in the ...
0
votes
1answer
32 views
Use One TextField to Input multiple data in Java
Im trying to make a program to calculate my average. But i only want to use one TextField for input. Any suggestions?
I tried to make it so when the button changes, it assigns the number to the ...
0
votes
1answer
28 views
Trying to create a simple applet but it won't run through the whole program
I'm creating an applet and all that happens is it opens displays "How many genres are there?" and then a textField appears. i enter a number and hit enter but nothing ever happens! (i dont get any ...
-2
votes
1answer
32 views
Manipulate components by their name? [duplicate]
I have, for example, 2 text fields (txt1 and txt2) and two buttons (btn1 and btn2).
I want to build a single method that will set "hello" in txt1 if btn1 is pressed, or "hello" in txt2 if btn2 is ...
0
votes
1answer
50 views
Multiple Jpanel keylistener space
I have a frame which contains 4 different panels.One panels contains a music player which on pressing space key start playing the music while other 3 panels contains textfields and some submit ...
-1
votes
3answers
108 views
Sorting a string alphabetically
I am a Java beginner. I need to sort a String of names alphabetically. the Strings are not submitted by the user but read from a file with a list of first names, last names and phone numbers. I am ...
0
votes
0answers
49 views
Textfield in Slick2D with BasicGameState does not answer
I'm currently developing a simple multiplayer game with Slick2D in Java. It's going to be a little more complex with the menu structure because I need several textfields to get the information which ...
0
votes
1answer
42 views
Java Timers and TextFields
I have a panel where I have an uneditable Textfield. I want to be able to add a textField.setText(timer); sort of thing in the panel. I basically just want the JTextArea to display it like this: ...
0
votes
1answer
86 views
Specify range for textfield in java applet
This is the code which i had posted:
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
/* <applet code="front" width=500 height=500></applet> */
...
0
votes
2answers
73 views
reset the text area contents
I have this code.. here when i input number "6" in the textfield, text should be displayed in the textarea..but after that if i input any other number i want the textarea contents to be clear. But ...
0
votes
1answer
74 views
Java input dialog tooltip and pasting option?
Is there a nice way in Java to set a tooltip for the input dialog's textfield?
For example:
String input = JOptionPane.showInputDialog("Enter input:");
Is it also possible to have a right click ...
-1
votes
2answers
35 views
Specfic input from user
I started making my own little applet with buttons and labels and text fields, but I want to when you enter a certain thing in the text field it does something. I tried ...
1
vote
2answers
56 views
Is there a way to show a popup like a “cloud” when you passed your mouse over a textfield in Java?
I'm looking for a way to display a baloon tip when i mouse-over a textfield in Java, for example to guide the user in the way to put some specific data: ID: 0-0000-000 or something like that...
Is ...
0
votes
1answer
69 views
delay in wicket component tooltip
I am using tool tip in wicket.It shows by delay and I couldn't speed it up.I want to make some css attributes for it . How can I do?
inputTextField.add(AttributeModifier.append("title", "I am a tool ...
-3
votes
1answer
67 views
How We create a textfield behave as autocomplete by onkeypress evnet in java [duplicate]
How We create a textfield behave as autocomplete by onkeypress evnet in java as Database is Mysql.
0
votes
2answers
64 views
GWT: Drag&Drop Event for TextField?
I wonder how it is possible to listen for the drop event for a TextField. I need to intercept that events in order to do value checks.
I wrote an extended TextBox, which fires TextChangeEvents. But ...
1
vote
1answer
42 views
how to retrieve currency format values from JformattedTextfield
I have this problem where I am trying to retrieve and pass calculated values to JformattedTextfield, I know 1,500.00 can not be accepted by Float due to the jformattedTextfield (,). Is there a way ...
0
votes
1answer
94 views
consume javaFx KeyTypped event from TextField
im trying to validate a TextField,i want only to allow numbers on the TexField so my code is like this
public void handle(KeyEvent evt) {
String character = evt.getCharacter();
...
0
votes
1answer
71 views
Selecting more textfields with CTRL + A in Java
I have more textfields in Java.When I press CTRL + A I want all the textfields to get selected.
I tried this way, but only the textfield which has the focus gets selected.
Can you help me, please?
...
0
votes
1answer
116 views
My JButton only does set.Text on my textfield if all of my 3 textfields have input
Whenever I click 1 on my calculator, its supposed to do t1.setText("1"); but it only does that if I already have a text on my textfield1,textfield2,textfield3 and if not it will produce an error, ...
1
vote
3answers
141 views
Inputting numbers in a textfield via button on GUI
I've made a simple calculator
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Calculator extends JFrame implements ActionListener
{
GridLayout layout = new ...
-2
votes
1answer
38 views
How do i remove the current text in the text field when switching frames [closed]
I have 2 frames, one has a button that will lead to the second frame. The second frame has a text field. What I did was I added an actionlistener to my button that will make its visible false and make ...
0
votes
1answer
87 views
Smaller TextFields in a bigger TextField Java
I want a textfield which looks like this :
textfield . textfield . textfield. textfield
and to enter just numbers in the textfields. Can you help me, please? :)
0
votes
3answers
96 views
Java Swing Textfield Error
I'm new to Java and Java Swing, and I can't get it to work. I have 2 textfields, and the text in textfield1 needs to be passed on te textfield2 by clicking a button, but it crashes constantly.
Here ...
0
votes
1answer
63 views
Can't reposition One textfiled in Java AWT
I am trying to make a login form using Java AWT. And i made it. But when i click button, all filed except "Pin" displayed in correct places. "Pin" was displayed in the same dimension as of "Name". I ...
0
votes
2answers
393 views
JavaFX 2.2 TextField maxlength
I am working with a JavaFX 2.2 project and i have a problem using the TextField control. I want to limit the characters that users will enter to each TextField but i can't find a property or something ...
2
votes
1answer
247 views
How to submit autocomplete select value into Textfield in Tapestry5?
I've got a Textfield with autocomplete and zoneUpdater mixins. Based on the typed value, I call service which returns new values for the autocomplete select. So far, so good. Big problem for me is ...
0
votes
3answers
69 views
Textfields in android
I hope someone can help! I'm fairly new to android and am having a problem with textfields. I have 3 textfields that require the user to enter info, when the register button is clicked a message will ...
2
votes
2answers
371 views
libGDX scene2d TextFieldListener does not receive DELETE key on Android
I cannot get the android "delete" key to register in my TextField (scene2d ui element in libgdx) listener. Here is my code to define the text field:
nameTextfield = new TextField("", skin);
...
0
votes
1answer
274 views
textfield not working with BasicGameState
I've tested TextField on a clean BasicGame and it worked. (I see the border and i can type.)
The code:
TextField lanText;
TrueTypeFont font;
public void ...
1
vote
2answers
115 views
Right aligned cursor not showing through in a JTextPane component
I have a JTextPane sandwiched between 2 JLabels - is there a known reason why the cursor shows through if i have it on the left most part of the textpane but not on the right?
Here is the code to ...
2
votes
2answers
638 views
Java Programming Challenge: Creating a GUI Calculator-Like Interface
This is probably an elementary question. However, I have completed reading the 7th Chapter of Java Programming for the Absolute Beginner and have approached the Challenges section. I cannot quite get ...
0
votes
0answers
126 views
How to validate one text field against another in a registration form
I'm building a survey which requires registration at the end. There are two fields which I want to validate against one another to catch any potential typos entered by the registrants. I'm using ...
1
vote
2answers
927 views
Get value from JTable to set into JTextField
I try to get value from JTable to put into JTextField when clicking the mouse but it doesn't work. For instance when user selects a row from my table, JTextField populates with information that is at ...
2
votes
2answers
97 views
Missing words when theres textfield overflow
I'm currently using the jasperreports-4.5.1 library and I'm having problems with the textfield overflow.
I have a one textfield, inside a band, to show an address written in English. This textfield ...
0
votes
2answers
193 views
java-how to check a list of textField with a loop validation function
i want to check a list of textfield with a validation loop function
if anyone can explain me how to do this thks ;)
i do this :
public void validation()
{
List<String> list = ...
0
votes
1answer
156 views
Input form using FormLayout in swt
i am new to swt and im trying to create a layout in a window. Each texfield will have a label to the left of the textfield- however in some cases there may be two textfields per label, and maybe at a ...
0
votes
3answers
202 views
Combine text fields as shown in Windows 7 Calculator
How can I make a 'combined' Text Field (outlined in red, below) as shown in Windows Calculator?
-2
votes
2answers
121 views
Java: Why I can't get value from jTextFields from another class?
I am try to build an application based on "MVC" in Java and I have 2 classes:
1: Functions and Actions
2: Buttons, Swing elements
I want to access from 1 Class to 2 Class and do specific action.
...
0
votes
1answer
134 views
JFormattedTextField's is add characters on focus
I have a JFormattedTextField being initialized with the code
JFormattedTextField f = new JFormattedTextField(createFormatter());
f.setValue(null);
f.setColumns(1);
f.setEditable(true);
...
0
votes
1answer
677 views
set text cursor in text field, Java
I have two text fields, and text_field2 text_fiel1. when the program is run directly to the text cursor automatically text_field1. I want to ask how can I make the text cursor when the program is run ...
1
vote
1answer
64 views
filtering AWT textfield input texts
In jtextfield, One can restrict the inputs of an jtextfield by overriding the insertString method of document.
How can i do these in awt textfield?
How can i filter the inputs of an awt textfield?
0
votes
1answer
58 views
Java Gui return item
I am wanting to get a return from a gui instance
The code i run to create the GUI:
JFrame frame = new JFrame();
frame.getContentPane().add(new ChatPopup());
...
0
votes
2answers
495 views
how to get the text from a text field to a variable?
i want to get the value from the txt field val1 and val2 and store it in the variables n1 and n2. then n1 and n2 will be parsed to get the value for the calculator. here is the code:
public class ...
1
vote
3answers
87 views
Advice needed with disabling a JButton until required fields have been filled in - Java
I am making a courier program in which the user can create a new account.
I want to have a next button that the user cannot press until the text fields have been filled in.
So a blank Name Field and ...





