Home Answers Viewqa Swing-AWT Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

 
 


indira
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
0 Answer(s)      11 months ago
Posted in : Swing AWT

when i click on the SUBMIT button ON,OFF window is visiable first OFF button is clicking I getting the error :

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at NextPage$2.actionPerformed(NextPage.java:36)

ON button is clicking the application is runing and click on OFF button the application terminated agin click on ON or OFF both are working

my problem is very first time click on OFF button that error came class NextPage extends JFrame { Image m; Thread t; NextPage(final String uname) {

................... ON.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ev) { m = new Image(uname); t = new Thread(m); t.setDaemon(true); t.start(); } });

    OFF.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent ev) {
            t.stop();
        }

});

}

}

class LoginDemo extends JFrame { ....... LoginDemo(){ ............ SUBMIT.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ae) {

            String value1 = text1.getText();
            String value2 = text2.getText();

try { .............. ................................ else if (value1.equals(uname) && enPassword.equals(pass)) { dispose(); new NextPage(uname); } } }

public class Image implements Runnable { public static void writeImage(BufferedImage img, String fileLocation, String extension) { ........... } public static String createTimeStampStr() throws Exception { ......... } public void randomImage(String uname) throws Exception { ............... while(true){ ........... } } }

View Answers









Related Pages:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException  ... is clicking I getting the error : Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at NextPage$2.actionPerformed(NextPage.java:36
java.lang.NullPointerException
java.lang.NullPointerException  I am getting the bellow error message... the bellow error message java.lang.NullPointerException...] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
Java Basic - Applet
as: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException and also 10 to 12 lines of Errors get displayed as "Event Dispatch Thread". Please Reply
java.lang.NullPointerException - JSP-Servlet
java.lang.NullPointerException   ...(); rs1.close(); con.close(); } catch(Exception... java.lang.NullPointerException ..................... Pls help me ... my
Exception in thread
Exception in thread   Hi, I have created a java file for sending a file to my mail. I am using mail.jar file. I am able to create .class file...:\mail.jar SendMailTLSDFC Exception in thread "main" java.lang.NoClassDefFoundError
Exception in Thread
Exception in Thread    i am developing a rmi application in eclipse... client and generate connection with server i have following exception : Blockquote Exception in thread "RMI TCP Connection(idle
java.lang.NullPointerException
java.lang.NullPointerException  Hello! I would be very gratefull if you could find where is my problem and how can I fix it. (java.lang.NullPointerException) index.html: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Thread
); } catch(Exception ex) { } } }; Thread thread3 = new Thread...(Exception ex) { } } }; Thread mainth = new Thread(main...Thread  Write a Java program to create three theads. Each thread
Thread
;Java throw and throws Whenever we want to force an exception then we use throw keyword. the throw keyword (note the singular form) is used to force an exception. It can also pass a custom message to your exception handling module. Moreover
Exception in thread "main" java.lang.ClassCastException
Exception in thread "main" java.lang.ClassCastException  I am trying to connect the database. I am stuck with this exception that is getting thrown...) { sqle.printStackTrace(); } finally { try {stmt.close();} catch (Exception e
Exception in thread "main" java.lang.ClassCastException
Exception in thread "main" java.lang.ClassCastException  I am trying to connect the database. I am stuck with this exception that is getting thrown...) { sqle.printStackTrace(); } finally { try {stmt.close();} catch (Exception e
how to solve an internet connection problem
how to solve an internet connection problem  when i run my application it give me this error: Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: Not yet implemented the problem is that i don`t know
Exception
Exception  what is NullPointerException?   Hi, I java NullPointerException java.lang.NullPointerException) is defined in the java.lang package. The NullPointerException is thrown by the Java program at the time
Java Runtime Exception: 0x4F4F:524A 0x4120:5445 0x4348:0D0A
some error-- Client side error: Exception in thread "AWT-EventQueue-0...Java Runtime Exception: 0x4F4F:524A 0x4120:5445 0x4348:0D0A   Sir I... server error INFO: Java Runtime Exception: 0x4F4F:524A 0x4120:5445 0x4348:0D0A
Java error java.lang.nullpointerexception
Java error java.lang.nullpointerexception  ...; is the exception that occurred when a programmer perform an operation on a object  or calling a method on the object i.e null. This exception is thrown
exception in thread main while running servlet
exception in thread main while running servlet  I got exception in thread main no such method error while running servlet. I have added servlet.api.jar file in classpath.my classpath is C:\Program Files\Apache Software Foundation
Java Exception Thread
Java Exception Thread       Thread is the independent  path of execution run inside... to Overcome this Thread Exception in Java Program In the preceding code, we
exception in thread main java.lang.unsupportedclassversionerror unsupported major.minor version 50.0 - Java Beginners
exception in thread main java.lang.unsupportedclassversionerror unsupported... getting the this error :exception in thread main...!"); } } for example: javac xxx.java-->comping java xxxx:error :exception in thread main
exception in thread main java.lang.unsupportedclassversionerror unsupported major.minor version 50.0 - Java Beginners
exception in thread main java.lang.unsupportedclassversionerror unsupported major.minor version 50.0  I am getting the below error when the class now... is compling but runtime i am getting the exception in thread main
Error java.lang.NullPointerException hibernate - Hibernate
Error java.lang.NullPointerException hibernate  hello everybody; I'm developping a web application using Struts 1.1 , Hibernate 3.1 and Mysql , and I've got this message error: Etat HTTP 500
JDBC4.0-SQL Exception Handling Enhancements
'STUDENT4' does not exist. Exception in thread "main"...JDBC4.0-SQL Exception Handling Enhancements Exception handling is an important... categories of SQLException introduced in JDBC 4.0: SQL non-transient exception SQL
JCombo Box problem
week then some exception thrown. Ex. Exception in thread "AWT - EventQueue-0" java.lang.NullPointerException atLabour_weekly. itemStateChanged. My Sample
problem with org.apache.jasper.JasperException: java.lang.NullPointerException
problem with org.apache.jasper.JasperException: java.lang.NullPointerException  I could not find my mistake. Here is my code. Thanks in advance. <body> <% String pack_id = request.getParameter("pack_id
NullPointerException
NullPointerException  Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at java.io.File.(File.java:251) at Modules.EmpForm.add1ActionPerformed(EmpForm.java:373) at Modules.EmpForm.access$1300
Exception in thread "main" org.hibernate.hql.ast.QuerySyntaxException: TESTING is not mapped [FROM TESTING]
Exception in thread "main" org.hibernate.hql.ast.QuerySyntaxException: TESTING...(HiberTest.java:18) Exception in thread "main...)); } } } couldn't connect to tDB using, SQL statements. Exception in thread "main
how to solve the nullPointer Exception in main - Java Beginners
: Exception in thread "main" java.lang.NullPointerException...how to solve the nullPointer Exception in main  New to Java ,pls help me how fix Null pointer Exception in main: two files , split .java another
Null Pointer Exception
:\saurabh>java Large Exception in thread "main" java.lang.NullPointerException... Null Pointer Exception     ...; exception error arises during execution of java program. All values in Java
Jfree exception
....... Exception in thread "main" java.lang.ClassNotFoundException... void main(String arg[])throws Exception{ Class.forName
Jfree exception
....... Exception in thread "main" java.lang.ClassNotFoundException... void main(String arg[])throws Exception{ Class.forName
WAS Thread Hanging - IDE Questions
. The exception will be thrown when the thread using the transaction tries to do...WAS Thread Hanging  Can you pls explain me what is thread inactivity time-out in WAS settings... Am facing a problem with thread hanging
Java Sleep Thread
Java Thread sleep() is a static method. It sleeps the thread for the given time in milliseconds. It is used to delay the thread. It is used in Applet or GUI programming for animation Java Sleep Thread Example public class
Unhandled Exception
Unhandled Exception       Unhandled Exception are the exception  that are thrown  during the execution of program. These exception are never caught during
Java Thread : getState() Example
Java Thread : getState() Example This section explains how to get state of a thread  in java Thread. Thread  getState() : Suppose you want to know the state of the thread so for that Java Thread provides Thread.getState
thread
thread  can parent thread be dead if child thread is not dead
Thread
Thread  Thread Life Cycle
Thread
Thread  what is the use of thread
Thread Deadlocks - Java Tutorials
Thread Deadlock Detection in Java Thread deadlock relates to the multitasking... is possible. In other words, a situation where a thread is waiting for an object lock that holds by second thread, and this second thread is waiting for an object
JAVA THREAD - Java Beginners
Exception { int res=0; res=fgh(0,5)+fgh(5,10); System.out.println("Result"+ res); } public void fgh(int i,int p) { int sum; new Thread(public void run... Thread { private static int sums; public static int getSums
Get Current Thread
Get Current Thread       A Thread is the independent path of execution in a program. Many thread runs concurrently with a program. Some threads are Multithread
Thread
Thread  Explain two ways of creating thread in java. Explain at three methods of thread class.   Java Create Thread There are two main ways of creating a thread. The first is to extend the Thread class and the second
Thread and Process - Java Beginners
Thread and Process  Dear Deepak Sir, What is the diffrence between Thread and Process.Give an example with explanation. Thnaks & Regards... space; a thread doesn't. Threads typically share the heap belonging to their parent
Thread
Thread  What is multi-threading? Explain different states of a thread... processor system. States of Thread: New state ? After the creations of Thread instance the thread is in this state but before the start() method invocation
Thread
to the thread constructor eventhough we had created only one thread and if you say we have added to point to the current thread then why we have not added this in the following line "s=s1" Pls reply...... class MyThread extends Thread { Thread
Thread - Java Beginners
Thread  Can i ask a thread method that will input two names using...()); } }; Thread appThread = new Thread() { public void run() { try { SwingUtilities.invokeAndWait(doHelloWorld); } catch (Exception e
Thread
Thread  what happen when we call the Wait(),Notify() and NotifyAll() methods in the Thread
Thread
Thread  class Extender extends Thread { Extender(Runnable run...(); } public void run(){ System.out.println("Extender Thread is Started :"); //new Thread(new Implementer()).start(); } } class Implementer
Thread
Thread  will this code work..? class A extends Thread { public...=" + i); } public static void main(string args[]) { A a = new A(); Thread t = new thread(a); t.start(); } } Is it possible to run above program with out
Thread - Java Beginners
. In the first approach, The exception to decide what should be done in case of an exception. try { // exception generate } catch(Exception e) { // handle the exception
Nullpointer Exception - JSP-Servlet
of the servlet program? how can i solve this exception ? HTTP Status 500... Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception
Java Thread : isAlive() method
Exception { Thread thread = new Thread(new ThreadIsAlive()); thread.start...Java Thread : isAlive() method In this tutorial you will learn how to use isAlive() method in java thread. isAlive() method : When you are running many

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.