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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -