Home Answers Viewqa Swing-AWT i have one txt field and one button.when i entere any test in testfield then only button should be enabled.

 
 


raveen
i have one txt field and one button.when i entere any test in testfield then only button should be enabled.
1 Answer(s)      a year and 6 months ago
Posted in : Swing AWT

i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need for this

thanks in advance

View Answers

November 16, 2011 at 11:40 AM


import javax.swing.*;
import java.awt.event.*;
class TextFieldAndButton 
{
    public static void main(String[] args) 
    {
        JFrame f=new JFrame();
        JTextField text=new JTextField(20);
        final JButton b=new JButton("Check");
        b.setEnabled(false);
        text.addKeyListener(new KeyAdapter(){
      public void keyPressed(KeyEvent keyEvent) {
        b.setEnabled(true);
      }
      public void keyReleased(KeyEvent keyEvent) {
        b.setEnabled(true);
      }
      public void keyTyped(KeyEvent keyEvent) {
        b.setEnabled(true);
      }
    });
    text.setBounds(10,10,150,20);
    b.setBounds(10,30,100,20);
    f.setLayout(null);
    f.add(text);
    f.add(b);
    f.setVisible(true);
    f.setSize(300,100);
  }
}









Related Pages:
i have one txt field and one button.when i entere any test in testfield then only button should be enabled.
i have one txt field and one button.when i entere any test in testfield then only button should be enabled.  i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need
i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need for this
i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need for this   i have one txt field and one button.when i entere any test in testfield then only button should
how to highlight the field in image,when i have entered into that corresponding field's textbox-any one help out
how to highlight the field in image,when i have entered into that corresponding field's textbox-any one help out  how to highlight the field in image,when i have entered into that corresponding field's textbox. Here webpage
I have only one day to visit the Jaipur..
I have only one day to visit the Jaipur..  Hi, I have only a day to travel in Jaipur ..hence, bit worried about what to see first
I have doubt in jsp file.
on start then only stop should be enabled. Other wise it should be disabled. When we click on start button, stop should be enabled and start should be disabled. When we click on stop button, start should be enabled and stop should be disabled
I want only one method goes to sleep but both method goes to sleep together
I want only one method goes to sleep but both method goes to sleep together  I built a TicTacToe game for android. And i want that there should... want like a sleep() or any other method should be invoked between User's turn
I want only one method goes to sleep but both method goes to sleep together
I want only one method goes to sleep but both method goes to sleep together  I built a TicTacToe game for android. And i want that there should... want like a sleep() or any other method should be invoked between User's turn
How to disable Browser's back button (at the same time i want my own back button to be enabled) :p
How to disable Browser's back button (at the same time i want my own back button to be enabled) :p  Hi, I have designed a "back" button for jsp page. Now I want to disable Browser's default button So that people will use "back
How to disable Browser's back button (at the same time i want my own back button to be enabled) :p
How to disable Browser's back button (at the same time i want my own back button to be enabled) :p  Hi, I have designed a "back" button for jsp page. Now I want to disable Browser's default button So that people will use "back
I have to retrieve these data from the field table
I have to retrieve these data from the field table  Hi. I have... as single values like chennai as one value, trichy as one value. and i have... chennai,trichy,kanchipuram for a single record. I have to retrieve these data from
Should I be Looking for Fashion Design Colleges?
Should I be Looking for Fashion Design Colleges? We talked about a career... are usually a dime a dozen, but you have to make sure that the one you are attending... colleges usually have a lot of connections in the fashion world and with any
How to select only .txt file to be zipped using java?
trying to zipp .txt files from a folder but i want to know how to select only .txt file. I try my code but it's not working, could any one help me please. [CODE...:\\Target\\target.txt");// here i want to say only the directroy where .txt files
Chapter 2. Design, build and test web components
. Any new servlets and JSP files that you expect to create should adhere... have HttpServlet, or any class that has HttpServlet... Chapter 2. Design, build and test web
does any one have sudoku in java - Java Beginners
does any one have sudoku in java   i need soduko in java using applets
txt to cvs format
txt to cvs format  i am writing a simple program that read a text file from one directory and writes an new one in cvs format in another one. I am running into a problem on how to correctly format it . for now this is what i have
Test and debug enterprise components
tool picks up only the new entities or changes that have been made...: If you have changed the class path of any EJB project, ensure that your EJB... only those enterprise beans that have changed and require updated
have any one tried ajaxanywhere with jsp/servlet please provide sample
have any one tried ajaxanywhere with jsp/servlet please provide sample ... it explains how to use this with struts but not with simple jsp servlet(or i am confused ) also in netbeans when i added this jar as said ,it shows me the method name
I have posted a number of question but no one has answered?
I have posted a number of question but no one has answered?  No one has responded for ten days now. However my first question was answered on the same day. Is there a limit to the number of questions you can ask or am I doing
i want validation for one text field and text area,email,combobox, in that email will validte by useing regular expressions?
i want validation for one text field and text area,email,combobox, in that email will validte by useing regular expressions?  i want validation for one text field and text area,email,combobox, in that email will validte by useing
what should i do next?? - Java Beginners
what should i do next??  I know java basics.actully i passed the SCJP exam.Then now i have no idea about what should i do next.I like to come to the web development.I want to know which one i should study first.JSP or servlet
to bring checked data from one page to another
row. so for eg if i have 5 rows and i checked only 2 rows so when i click on save button then the two rows data should print on first jsp page without making...to bring checked data from one page to another  thanks for your help
hi , i cant make this programmer , can any one help me to make it pls - Java Beginners
hi , i cant make this programmer , can any one help me to make it pls  ... ? -Update record(s)? -Delete record(s)? -Make one copy of a specific text file... blocks. 3- Write a driver class to test your created system by creating a text
how to display the values of one list in other upon clicking a button in struts2
in struts2.. I have a problem, I have to display the values of one list in other list upon clicking a button...Can any one provide me the sample code.. Hope...how to display the values of one list in other upon clicking a button
Adding .txt files in a given directory
tag value as one .txt file in a given directory? I have extracted tag values but plz help me how can I save each body tag as one .txt file and add in a directory...Adding .txt files in a given directory  I want to read number of XML
I couldn't solve it
is specialized in only one brand. Thus, according to the brand of the car...I couldn't solve it  *A customer who wants to apply for getting a car license should provide information about the brand of the car
insert , edit , and delete button in one jsp page
insert , edit , and delete button in one jsp page  hello I want to ask about the way of creating a jsp page contains insert , edit , and delete buttons and manipulate data in database directly. any help please or hints
could any one help me?
could any one help me?  I'm a student in the faculty of computer and information science we will make graduation project "taxi dispatcher" we need... exist in mobile to our server I want to know which programming language shall I
one error but i dont know how to fix it o_O!!!
one error but i dont know how to fix it o_O!!!  where is the mistake...+"Secends have"+houres+"houres,"+minutes+"minutes and"+new Secends+"secends"); } } the compilar told me that there is only one error... thx
Hibernate One-to-one Relationships
in table A linked to only one row in table B. Here we will implement one-to-one... the Program: To run and test the program you have to execute... Hibernate One-to-one Relationships
Not sure what I am missing ? Any ideas?
Not sure what I am missing ? Any ideas?  import java.util.*; public...) { if(str.length()==0) return false; for(int i=0;i<str.length();i++) if (c==str.charAt(i)); return true
Return Value from One Form
Return Value from One Form  I have two buttons in main form client and bank.when i click client button new form will open, in this dedupe button is there.when i click dedupe button another form will open. i want to get a field
I/O Java
{ System.out.print("Only txt files should be concated.Re-enter file name... PrintWriter for the outFile // If any problem occurs, a RuntimeException should...()); if(ext.equals("txt")){ f[i]=filename
Works only for one row
Works only for one row   Hi, My below code is working only if there is a single row. could you please help me in doing it for all the rows...; <td><input type="button" value="Update Answer" onClick
Remove JTable row that read txt file records
Remove JTable row that read txt file records  Hi every one. i have a jtable that correctly read data frome file and show them in own. I want to add.... But, when i click the button, row dont deleted and a ArrayOutOutBoundsException
i have a problem in spring - Spring
i have a problem in spring  spring Aop: how to configure proxyfactorybean in xml file for providing advices for one particular class
How to add radio button value in a table for particular field?
one radio button for text field then it insert only one value absent OR present...How to add radio button value in a table for particular field?  Hi,I have a jsp form in which one static field for date and below a dynamic table
How can i use Facebook connect button
How can i use Facebook connect button  Please to meet you all guys I wonder how can i use this Connect to facebook for me to post in a particular article or blogspot. Currently im exploring this one using this test blogspot
how can i define only one method from the interface. - Java Beginners
how can i define only one method from the interface.  If i am having an interface with 3 methods(declaration) . If i want to use only one method... the solution for that. please i want it immediately.  Hi friend
File I/O
file it has two fields, the left and write field i write out only the right field. as it is a report it has more than one log of information so my second... the text file then read it and write it into as a comma delimitade file. i have
which database and programming language i should choose - Framework
which database and programming language i should choose  Hi, I am... good JSP programmer so i want to know which one i choose from ASP.NET and PHP... searched more about the programming languages and i found several powerful
Chapter 1. Design, build and test reusable enterprise components
development. NOTE: This option is only available if you enabled server targeting... Chapter 1. Design, build and test reusable enterprise componentsPrev Part I. Exam Objectives Next   
Retrive only requird data from a table in MYSQL databade to JSP file..on a field submit button.
Retrive only requird data from a table in MYSQL databade to JSP file..on a field submit button.  i have MYSQL DB,DB NAME:TRLIST, TABLE NAME:TR_LIST; (FIELD NAMES:NODE,PACKAGE,TR), {VALUES:Row1(CCN,CS4.0,XXX),Row2(SDP,CS5.0,YYY
Two forms and One Servlet
Two forms and One Servlet  Dear Sir, I have 2 forms in one page and one submit button into second form which submits data to one servlet. If I do request.getparameter("") from first form textbox name I got null value. How do I
Design, develop and test JSPs
in the Model field and click Next. This model is only available... to test. It should be in the Web content folder under your Web project... Design, develop and test JSPs
Browse Button Enlarge Field - Development process
Browse Button Enlarge Field  How can I enlarge the browse text field... the browse button and selecting my document, only about 20 characters... to view the remainder of the path. I want to enlarge the field so I can see more
Regarding one business scenario
Regarding one business scenario  Ya actually i have a requirement which is I have four questions 1.DOB...? 4.Grand father occupation? My requirement is getting any of two
how to read the values for text and csv files and store those values into database in multiple rows..means one value for one row
into database in multiple rows..means one value for one row  Hai, I need... file.it was stored in perticular directory now i have to read the stored(.csv... row.... can any one help in this program? Regards, P.Divya   hi
Two forms submission to one Action Class in Struts2.0
Two forms submission to one Action Class in Struts2.0  Hi, I have two forms.I want to submit two forms with only one submit button to the same action, same method. How can i get this. Please reply me
instead of text boxe i have to show check box as selected.
instead of text boxe i have to show check box as selected.  i have one text field. in that iam getting boolean value either true or false from the database. when ever the valsue is there in textfield, instead of text boxe i
Unique field
Unique field  I have created a form where I have a textbox and a button. When I write something in the textbox and click on submit,it should go... in the textbox is not unique. How should I proceed with it? Plz help

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.