bibliothek.gui.dock.security.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docking-frames-core Show documentation
Show all versions of docking-frames-core Show documentation
${project.name} is base or core library
The newest version!
/**
* A package dealing with the issues of Applets and Wepstart-applications.
* DockingFrames monitors mouse- and other events globally. That is not
* allowed in a restricted (or secure) environment, the {@link java.lang.SecurityManager}
* prevents it. The classes in this package are capable to "simulate" global
* monitors without really creating them. The reason why these classes are not
* used in a normal application is, that they do not work very efficient.
*/
package bibliothek.gui.dock.security;