Advertisement

1 - 10 of 184 containing alltags:("jtextfield") (0.001 seconds)
I need to create a JTextField that will act as a Date mask in the format of mm/dd/ccyy.  How can I create a JTextField that will move the '/' as the User types into in and keep it in the form of a ...
Zones: JavaDate Answered: 06/10/1998 Grade: A Views: 0
How can I create a JTextField that accepts only a predefined length of characters, or accepts only numbers?
Zones: JavaDate Answered: 08/24/1998 Grade: C Views: 0
I have a file consisting of values i can read each value and convert to a String ,i want to witre these values to TextField or JTextField which command do i have to use?If it is possible i would we...
Zones: JavaDate Answered: 10/10/1998 Grade: C Views: 0
I want to put a JTextField in my program and the textfield can accept n characters. If the entered characters exceed n, a beep will be generated and the >n character can't be entered anymore. I am...
Zones: JavaDate Answered: 11/30/1998 Grade: A Views: 5
A want to allow the user to key a character in JTextField, however,, i want to stop some characters from being displayed ( according to various chriteria), how do i stop hte display?
Zones: JavaDate Answered: 03/12/1999 Grade: C Views: 0
I want to limit people to only allow them to enter numeric values between 0 and 99 into a JTextfield. I had it working with a text field however I can't get it to work with swing... Please provide...
Zones: Java, New To Java, J2SEDate Answered: 03/25/1999 Grade: A Views: 0
Hi ! I have to pass very long string in a JTextField. Difficult to type so tried to copy paste it . I have created a JPAnel and added JTextField, but not able to copy from Notepad/wordpad etc...
Zones: JavaDate Answered: 10/03/2001 Grade: B Views: 0
I have a java application that does SNMP GETs based on a string (IP address) and I have a swing program that collects data using a JTextField. I've tried to cobble the two together without luck. Es...
Zones: JavaDate Answered: 08/19/2002 Grade: A Views: 4
Hi There,          I am trying to implement a GUI with several parts in the window, such as JTextField, JTable, JLabel etc etc. I am really finding difficulty of bringing out the exact layout...
Zones: JavaDate Answered: 09/05/2003 Grade: A Views: 0
Is there away to limit the number of chars. that can be type into a JTextField?
Zones: JavaDate Answered: 03/17/2003 Grade: B Views: 0