Is there any way to do something similar to Listview of Android in Netbeans? I need to make a custom list in a Jframe, as is done in Listview Android.
1
Netbeans is not a programming language, it is an IDE where you can use several languages (see tag description). You’ll have to put what you want to do in a better context.
Netbeans is not a programming language, it is an IDE where you can use several languages (see tag description). You’ll have to put what you want to do in a better context.
– ramaral
in case I wanted to list items in a jframe, in a personalized way as in an Android Listview
– Marcos Vinícius