I'm working on a little project and im trying to do something like this here. Where you select an item on a drop down menu and the menu under changes.
Example.
select component: options { cpu, motherboard, ram, video card }
if the user selects a cpu, then the jcombobox under will have the options { amd, intel }
and so on...
this is what i have so far:
Example.
select component: options { cpu, motherboard, ram, video card }
if the user selects a cpu, then the jcombobox under will have the options { amd, intel }
and so on...
this is what i have so far: