I'm building an application with a form that I'd like to populate with questions from a database table.
Is it possible to do this in the Netbeans GUI designer so that each question is inserted into the label of a checkbox element?
My initial idea of how to do this would be to get a result set back from the database and loop it, however I'm new to the Netbeans environment and tying this in with the GUI designer is escaping me....