I am designing a Window Application that fetches entries from a database and shows it in a tabular form.
I know how to fetch the data but I don't know how to show them in tabular form in the Java Window itself.
How to do this?
Printable View
I am designing a Window Application that fetches entries from a database and shows it in a tabular form.
I know how to fetch the data but I don't know how to show them in tabular form in the Java Window itself.
How to do this?
What does "tabular form" mean? A JTable? A JTabbedPane?
Have you looked at the Java tutorial about GUI?
Go to this site and search for GUI: The Really Big Index
Go read about Swing, too. Learn all you can about this hierarchy: Object<--Component<--Container<--Window<--Frame<--Panel<--Label
Then, go have a cold one :beer: