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

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -