java - Mac JVM rendering JTabbedPane differences between 1.6 and above -
this how jtabbedpane renders in java 1.6:

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

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.

Comments
Post a Comment