|
-
java database gui problem
hi
i'm designing a database program using jdk1.4.1 and jdbc dbc
the design is that there will be a frame with menus such as
file ,edit ,display etc
When one clicks "edit" a combobox and a tabbedpane
appears .From the combo box one can select one of the tables of the database.
The tabbedpane contains tabs such as "viewTable ","QueryTable","Add" etc. to do operations on
the table selected from the combo box.
Compilation and exceptions of the code gave no promblem.
But when i select a table name from the combo box
the interface gets blocked and in the console there appears
a series of lines :
java.awt.EventDispatchThread.runEventDispatchThread.java:
May be its a problem of threads .I don,tknow threads well.
Is there a way out,a solution or a different design without
threads.
if u ask i,l send the code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks