Java Desktop DATABASE App SE (Like Phone Book App)
I want extract data from a Database Table and, each output line has a radio button, to get edited/deleted the corresponding record by pressing corresponding button at end or results... well any sight/tip?

Basically how dynamically to create radio buttons? What method to use to get VALUE of the only checked radio in the current page?

I'll solve this problem for ya! not really but in order to create radio buttons you could of looked it up (not being rude). what you want to do is look up JRadioButton its simple to create just like JPanel or JButton. simple stuff. as for your second problem... look up grouping buttons you can group these buttons where if one is clicked then the other button is clicked off. I believe this is what you want so good luck with the info come back with code if you need help with errors.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.