SW-Con 1 Exercises | Updated |
Notes | Links to exercises and assigments |
ODBCCreate ODBCOpret |
How to install an ODBC-data source. Danish version |
Interbase | Introduction to Interbase |
How to install Java and other SW-tools at home |
NetBeans Swing GUI Subjects
Subjects/Instructions | Tutorials | Exercises |
Install Java SE & Netbeans | Download NetBeans | Download Java Netbeans |
Program environment |
||
Swing GUI class, JFrame, JPanel, Layout JButton, JTextField, |
Introduction NetBeans | |
Class, data fields, get/set methods, constructors, toString |
Introduction NetBeans Java Class | CustomerGUI |
Generated GUI code |
Introduction NetBeans GUI Code |
|
Wrapper classes String Double Integer String Number Conversion |
String Number Conversion | SumGUI CalculatorGUI |
GridLayout String.split() NetBeans LayOut |
CalculatorAdvanced |
Java Table: Two-dimensional Arrays
Subjects/Instructions | Tutorials | Exercises |
Declaration of two-dimensional array Integer[][], table-element, assing value, traversing Table Introduction & Loops |
|
|
NetBeans Swing JTable
Subjects/Instructions | Tutorials | Exercises |
Introduction to JTable component |
JTable 1 JTable Introduction | |
Extend DefaultTableModel |
JTable 2 JTable and TableModel |