Combobox and grid controls with JBuilder

T

Trimtrom

Hello

I am a VB programmer trying to learn Java with JBuilder Foundation.

I am looking for a Java combobox component with a multicolumn dropdown
to use in my database app, and also a grid that will support embedding
other controls such as a multicolumn combobox within one of the grid
columns. (VB doesn't have such controls.)

I was wondering if there were any free opensource components such as
the above that I could download from somewhere on the Net. Are there a
good number of free Java components available generally, or should I
try Delphi, perhaps, or something like that, because I am at my wits'
end to find free well constructed relatively sophisticated GUI controls
to use with Visual Basic. I have basically given up!!! Microsoft
programmers insist on charging for their work....

If anyone can help me find the above GUI controls for Java, please
help.

Many thanks,

Trimtrom
 
R

Roedy Green

I am looking for a Java combobox component with a multicolumn dropdown
to use in my database app, and also a grid that will support embedding
other controls such as a multicolumn combobox within one of the grid
columns. (VB doesn't have such controls.

You can use a JTable with a custom cell renderer and custom editor.
Normally you scroll rather than pop up.

You might see what happens if you use a pair of JPopupMenus that you
trigger in tandem.

The other thing to look into is writing a custom renderer for
JComboBox where you render two cells for each slot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,121
Latest member
LowellMcGu
Top