-
Enhancement
-
Resolution: Fixed
-
P3
-
7u6
Glass can read this as follows:
String taskbarAppProp = System.getProperty("com.sun.glass.taskbarApplication");
boolean isTaskbarApp = !"false".equalsIgnoreCase(taskbarAppProp);
Note that if the property is not set it should default to true.
- blocks
-
JDK-8126297 Plugin needs to disable applet from showing up in dock icon
- Closed
- is blocked by
-
JDK-8102254 Add internal API to set whether the application should show up in the task bar
- Closed
- relates to
-
JDK-8088691 Mac Plugin: windows appear behind browser window, need a real mechanism to make sure they appear in front
- Open
-
JDK-8126861 Mac applets: primary applet window and secondary normal window key event issues
- Closed