This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes Window Application Programming + JDBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Window Application Programming + JDBC" Watch "Window Application Programming + JDBC" New topic
Author

Window Application Programming + JDBC

Nelo Angelo
Ranch Hand

Joined: Jul 25, 2011
Posts: 44

I am trying to design a Window Application that can fetch entries from a database and show it in a tabular form.

I know how to fetch the data with ResultSet but I am having difficulties with displaying the data in a tabular form in the same window application.

Please help me with the code or a link to the tutorial page that shows the use of tables in Java Win Apps.


I love java but she hates me... :'(
Manuel Petermann
Ranch Hand

Joined: Jul 19, 2011
Posts: 175

Which gui framework do you want to use?
I'm writing a swing application with hibernate at the moment.
If you are new to swing this is a good place to start: http://download.oracle.com/javase/tutorial/uiswing/components/index.html

I am pretty sure you won't just need tables for your gui. In fact they are only usefull for your *tomany relationships.
If you need more help feel free to ask.


Please correct my English.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Window Application Programming + JDBC
 
Similar Threads
Locale specific dates in struts2
how to open a new window in jsp
to show the Report
Data Table with dynamic paging
regarding JTable