How can I create an OSX-like list object with Java FX in Windows? -


i can't find object same , feel 1 here:

enter image description here

it isn't awt list, nor swing combobox, it?

use choicebox.

choicebox cb = new choicebox(fxcollections.observablearraylist(     "first", "second", "third") ); 

enter image description here


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -