java - Mac JVM rendering JTabbedPane differences between 1.6 and above -


this how jtabbedpane renders in java 1.6:

jtabbedpane rendered in java 1.6

when using java 1.7 (or 1.8 ea), see bottom of tabs getting clipped:

jtabbedpane rendered badly in java 1.7 , 1.8

i tried, without success (or effect) system properties -dcom.apple.macos.smalltabs=true , -dcom.apple.smalltabs=true.

any solution or hack appreciated.

running example, unable reproduce effect shown on mac os x 10.9.2 using java 7. suspect neglecting pack() enclosing window, might compare code 1 shown reference.

image


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -