Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
awt
- Page 1
"AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
14 Years Ago
by Bhargavi V
…am getting the errors as below Exception in thread "
AWT
-EventQueue-0" java.lang.NullPointerException at client.cpm.…BasicComboPopup$Handler.mouseReleased(Unknown Source) at java.
awt
.AWTEventMulticaster.mouseReleased(Unknown Source) at java.
awt
.Component.processMouseEvent(Unknown Source) at javax.…
AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
14 Years Ago
by Nidhi S.
….6.0_13\bin\java ImagesTest Exception in thread "
AWT
-EventQueue-0" java.lang.NullPointerException at sun.misc…EventDispatchThread. java:184) at java.
awt
.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:174) at java.
awt
.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) …
Re: AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
14 Years Ago
by Nidhi S.
…0 255 0.0 0 null Exception in thread "
AWT
-EventQueue-0" java.lang.NullPointerException at sun.misc.…(EventDispatchThread. java:184) at java.
awt
.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:174) at java.
awt
.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at…
"AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
11 Years Ago
by teppuus
…Maybe that is contributing? Exception in thread "
AWT
-EventQueue-0" java.lang.NullPointerException at presentation… call the MonthlyBudgetUI frame: private void jMenuItem3ActionPerformed(java.
awt
.event.ActionEvent evt){ MonthlyBudgetUI monbud = new MonthlyBudgetUI();…
awt vs swing
Programming
Software Development
12 Years Ago
by hwoarang69
…. code at bottom, is it normal to mix
awt
and swing? for ex i am using continer which… is
awt
. and let say i dont want to mix
awt
with swing so is …in swing?? import java.
awt
.Container; import java.
awt
.FlowLayout; import java.
awt
.event.ActionEvent; import java.
awt
.event.ActionListener; import …
Re: awt vs swing
Programming
Software Development
12 Years Ago
by JamesCherrill
Swing was built on top of
AWT
, so there are a few
AWT
classes that you still use with swing because there was no need to replace them. Container is one that you still use; your code is OK.
AWT versus Swing
Programming
Software Development
18 Years Ago
by rinoa04
Hello, I am interested in knowing your opinion in Java GUI development using
AWT
and Swing. Each have its own pros and cons. I am wondering which one is most preferable by java developer.
AWT
or Swing or Both? Please state your reason. Thank you.
Re: AWT versus Swing
Programming
Software Development
18 Years Ago
by rinoa04
…/applets? Use Swing components most of the time OR Use
AWT
components most of the time OR Both(Sometimes use…
"AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 5 >= 4
Programming
Software Development
13 Years Ago
by nsyncpilu
…I have the following method : [CODE] private void jButton1MouseClicked(java.
awt
.event.MouseEvent evt) { // TODO add your handling code here…} [/CODE] And i keeps throwing me the same error : "
AWT
-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 5 >= 4 The…
Re: AWT versus Swing
Programming
Software Development
18 Years Ago
by Dark_Omen
Isn't most of swing built on top of
AWT
, so essentially if you use swing you're using both.
AWT Event thread
Programming
Software Development
15 Years Ago
by thedrones12
… at a bit of a loss right now as the
AWT
Event 0 thread ( I have system.out.printed its name…
AWT list box fails in Windows, not Linux.
Programming
Software Development
14 Years Ago
by daswebmastri
… system for a small town in Java. I have an
AWT
List Box that hold the login names for all the…
Re: AWT or Swing?
Programming
Software Development
16 Years Ago
by stultuske
awt
is the oldest, which means swing is the ... ta-daa :) youngest, most up to date and in certain parts improved compared to
awt
. off course, you'll still use a number of
awt
functionalities, but if you intend to make GUI's in Java, I'd suggest picking up on Swing.
Re: Java AWT
Programming
6 Years Ago
by JamesCherrill
… using Swing, or JavaFX. Swing was the direct replacement for
AWT
, and is very similar. JavaFX is the newest GUI and…
Re: Do i have to learn awt to learn swing?
Programming
Software Development
14 Years Ago
by jwenting
AWT
underlies Swing in many places, so you'll need to know something about it to use Swing effectively. You won't have to know it in depth, but the concepts should be familiar.
Re: AWT or Swing?
Programming
Software Development
16 Years Ago
by stephen84s
… of the conditions which could influence you use whether
AWT
or Swing are:- [LIST=1] [*]Eye Candy, …and feel, add icons to buttons etc, which
AWT
would never allow [*]Second point is where do …have a choice but need to go with
AWT
. (Since swing was added only in version …1.2) [*]
AWT
would also be an option in situations where…
Re: AWT + SWT
Programming
Software Development
15 Years Ago
by adity
… button that SWT uses..but when i am using an
AWT
action button it gives an error.. SWTException error lst = new…(); } } }; The above code throws an error : Exception in thread "
AWT
-EventQueue-0" org.eclipse.swt.SWTException: Invalid thread access…
Re: AWT + SWT
Programming
Software Development
15 Years Ago
by BestJewSinceJC
… Auto-generated method stub } } [/CODE] [CODE]package testpluginproj; import java.
awt
.Frame; import javax.swing.JButton; import org.eclipse.swt.SWT…; import org.eclipse.swt.
awt
.SWT_AWT; import org.eclipse.swt.widgets.Composite; public class SwingComponent…
Re: AWT + SWT
Programming
Software Development
15 Years Ago
by adity
Ok, I just thought I would be a little more specific about the problem i am tackling here. So I need to display a file stored(diagram file) in my local hard disk on the eclipse editor utility through a click of a JButton in JFrame. So it does require some kind of triggering from an
AWT
widget to SWT. Adity
Re: AWT + SWT
Programming
Software Development
15 Years Ago
by BestJewSinceJC
… telling it you made changes. As for calling SWT from
AWT
, as far as I know it makes no difference where…
Re: Problem in Java Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
15 Years Ago
by ziaul1234
…} private void jButton5ActionPerformed(java.
awt
.event.ActionEvent evt) {… } private void jPasswordFieldActionPerformed(java.
awt
.event.ActionEvent evt) { // …
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
15 Years Ago
by vtfan
…basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.
awt
.Component.processMouseEvent(Component.java:6263) at javax.swing…} } [/CODE]bbcode [CODE=syntax] import java.
awt
.event.WindowAdapter; import java.
awt
.event.WindowEvent; public class DeckOfCardsTest { public static void…
Exception in thread "AWT-EventQueue-1" java.security.AccessControlException: acc
Programming
Software Development
14 Years Ago
by har58
….basic.BasicButtonListener.mouseReleased(BasicButtonL istener.java:236) at java.
awt
.Component.processMouseEvent(Component.java:6263) at javax.swing.JComponent.…java:122) [/code] [code] import java.sql.*; import java.
awt
.Container; import javax.swing.JButton; import javax.swing.JLabel; import…
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
12 Years Ago
by AngelOfRock
…basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.
awt
.Component.processMouseEvent(Component.java:6505) at javax.swing…* @author AngelOfRock * @version V4_EndVersion */ import java.
awt
.event.ActionEvent; import java.
awt
.event.ActionListener; import java.util.Random; import javax…
Please Help : Exception in thread "AWT-EventQueue-0" java.lang.NullPointerE
Programming
Software Development
11 Years Ago
by vishalrajole
…;/editor-fold> private void btnRegisterActionPerformed(java.
awt
.event.ActionEvent evt) { // TODO add…/* Create and display the form */ java.
awt
.EventQueue.invokeLater(new Runnable() { @Override public …
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
10 Years Ago
by kayleigh0411
… ----jGRASP exec: java IncomeTax Exception in thread "
AWT
-EventQueue-0" java.lang.NullPointerException at IncomeTax.enterJButtonActionPerformed(…plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.
awt
.Component.processMouseEvent(Component.java:6525) at javax.swing.JComponent…
HELP !!! "AWT-EventQueue-0" java.lang.UnsupportedOperationExcept
Programming
7 Years Ago
by Andres_5
… And this is My Table Code: private void tablaLISTADOMouseClicked(java.
awt
.event.MouseEvent evt) { // TODO add your handling code …plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.
awt
.Component.processMouseEvent(Component.java:6533) at javax.swing.…
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
15 Years Ago
by karen.tao
….mouseReleased(BasicButtonListener.java:236) at java.
awt
.Component.processMouseEvent(Component.java:6263) at … [CODE]import model.*; import java.
awt
.*; import java.
awt
.event.*; import java.text.*; import javax… }[/CODE] DaysPanel [CODE]import model.*; import java.
awt
.*; import java.text.*; import javax.swing.*; public class …
Problem in Java Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
15 Years Ago
by ziaul1234
… this error on netbeans: [CODE]Exception in thread "
AWT
-EventQueue-0" java.lang.NullPointerException at frame.Admin.jButton8ActionPerformed…swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.
awt
.Component.processMouseEvent(Component.java:6263) at javax.swing.JComponent.…
Re: Problem in Java Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
Programming
Software Development
15 Years Ago
by ziaul1234
…basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.
awt
.Component.processMouseEvent(Component.java:6263) at javax.…java:269) at java.
awt
.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.
awt
.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC