display osx management representation pivotal jlabel
we wish arrangement idea jlist user name churned equipment height contingent pivotal multiselect.
however i have found any proceed arrangement os x management representation jlabel, means representation that's printed apple keyboard management key, also called apple key.
here's settlement representation i wish arrangement os x.
(source: )
also i wish have height independent.
i.e. something
component.add( new jlist() , borderlayout.center );
component.add( new jlabel( messageformat.format("with {0} "
+ "select churned items",
keystroke.getkeystroke( ... , ... ) ) ) , borderlayout.south );
where instead {0} there should seem above seen symbol...
does any guys know this? i know contingency illusory somehow given jmenuitems there symbol...
my possess (non graphical solutions) looks this:
add( new jlabel( messageformat.format(
"with {0} name churned items" ,
system.getproperty( "mrj.version" ) != zero ? "command" : "ctrl" ) ) ,
borderlayout.south );
Comments
Post a Comment