Is there anyway to keep something defined between multiple functions?I can have it defined in one, but outside of the {} it can\'t be used.I need to be able to fetch to see what the text from a code c
I wrote the code below: public class Information extends JFrame{ private JComboBox comboBox1; private JComboBox comboBox2;
Hi and thanks in advance for any responses. I\'m working with two UIViews with the Ipad. If the user makes changes to the text field in one view, I want those changes to appear in the textfield of th
I am building string ( 3 different objects ) and at the end of string I puta newline when I print in console I get what expected but when I use setText in the textfield I get one lin开发者_Python百科e
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I am trying to set the background color for each individual character in a TextField. Setting the individual foreground colors is trivial but I am not seeing it for the background colors.
Hello I have a box with 2 NSTextFields in one row. Also on specific action a custom semiopaque view appears over these 2 textfields. And then on other action, disappears.
Trying to add a background image to a textfield but when a user types over and goes into a horizontal scroll the image seems to be replicated over causing it to look like the following:
Okay, so I am in the process of designing a website which has a login form at the top-right corner of a webpage. I set the size attribute of its input fields and I am getting some interesting results.
I have a problem with Java Swing text input. I have a method inputData() in class A and when I call it, the method should wait while user fill TextField inp开发者_JAVA技巧ut in class B and press ENTER