Skip to content
Snippets Groups Projects
Commit af444075 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] update

parent 4c379fec
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,17 @@ Post release fixes / upgrades / issues:
at com.apple.laf.AquaMenuPainter.paintSelectedMenuItemBackground(AquaMenuPainter.java:153)
Select the Platform L&F for OS X users as the work around. On Win machines,
the platform L&F is not the best choice as the background coloring for tabs is
quite quirky. The default L&F for Win machines is recommended.
Another apple.laf NPE discovered when using default L&F:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException:
Cannot invoke "javax.swing.border.Border.paintBorder(java.awt.Component,
java.awt.Graphics, int, int, int, int)" because the return value of
"com.apple.laf.AquaMenuPainter$RecyclableBorder.get()" is null
Select the Platform L&F for OS X users as the solution. On Win machines, the
platform L&F is not the best choice as the background coloring for tabs is
quite glaring. The default L&F for Win machines is recommended. Also WIN
machine will not see EG tab status coloring in the platform mode.
Due to the way the SimkitXML2Java generates EG extensions of super
SimEntities, a default constructor will not be generated in subclasses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment