How can I make a text field in NetBeans 7.2 show the value of a field in a Java DB (Derby) database for different rows using JDBC and JDK 7? Also, How can I make a 'back' and 'forward' button which navigate rows. For example, how can I make a text field show the title of a painting and a forward button select the next row so that the title of the next painting is shown.

