java - JComboBox as title in titledBorder -


i'm using create titled border:

border line = borderfactory.createlineborder(color.black); border titled = borderfactory.createtitledborder(line, *somestring*); 

and i'd use jcombobox string title (replace somestring jcombobox). can borderfactory, else or need write custom?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -