Is it possible to populate my Jcombobox with my database column names?

the name of my jcombobox is 'jComboBox_AReport' and the db_Table is 'asset_report'.

please am still learning so i will appeciate the help THANK YOU!

Yes?

You can create a new JComboBox passing in an array of elements, in this case Strings, and these elements will be the items when your user activates the drop down.

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.