jtextfield
How can I resize a Swing text field?
I wrote the code below: public class Information extends JFrame{ private JComboBox comboBox1; private JComboBox comboBox2;[详细]
2023-02-20 15:10 分类:问答java swing display search result in a popup under JTextField "like facebook search"
I\'m trying to simulate in java swing the same search results preview on facebook, but in java I suppose it\'ll gonna be :[详细]
2023-02-20 02:32 分类:问答Wrapping text in a text box
I have the following line of code that consists of a text box: NameTextCustomers = new JTextField(); NameTextCustomers.setBounds(10, 10, 350, 150);[详细]
2023-02-18 04:30 分类:问答How to clear the JTextField by clicking JButton [duplicate]
This question already has answers here: Closed 10 years ago.开发者_如何学编程 Possible Duplicate:[详细]
2023-02-17 09:58 分类:问答How to restrict JTextField not taking more than 'x' numbers of inputs
I have a开发者_如何学Python JTextField. That takes in strings. For one JTextField, I want to limit to only two strings. For example \'fa\' or \'56\' or \'..\'Not more than two.[详细]
2023-02-16 14:42 分类:问答setVisible(false) to a group of JTextField and JLabel
I have a group of JTextField and JLabel. I开发者_C百科 want them to initially not be visible so I thought to initialize my applet with a method which calls setVisible(false) for each of the components[详细]
2023-02-14 13:37 分类:问答Adding multiple JTextFields under one ActionListener?
I am working with JTextFields, JComboBox, and buttons. When I select some information from JComboBox, I press the button. That creates a JTextField. and sets the text of the JTextField by using the ge[详细]
2023-02-13 19:52 分类:问答Is there a way to convert a String to JTextField type?
How do i convert a string da开发者_开发百科ta type to JTextField type. I have set of text boxes in a window and i want to fill it from database using a loop. I am constructing a string with the conten[详细]
2023-02-13 12:57 分类:问答How do I set the text in it at the beginning when the dialog opens?
I have the following code that displays a JDialog, it shows a text field, I assume it\'s a 开发者_StackOverflow中文版JTextField.[详细]
2023-02-12 18:18 分类:问答Example text in JTextField
I am looking for a way to put example text into a swing JTextField and have it grayed out. The example text should then disappear as soon as any thing is entered into that text field. Some what simila[详细]
2023-02-11 03:36 分类:问答