Skip to content

Un-official version of the InfoNode docking windows framework targetting Java 8+. It also contains minor fixes and changes released under the GPL v2 license compiled from other repositories.

License

Notifications You must be signed in to change notification settings

dastillero/infonode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infonode for Java 8

Un-official version of the InfoNode docking windows framework targetting Java 8 and newer versions. It also contains minor fixes and changes coming from other forks and released under the GPL v2 license.

I have been using Infonode for my own applications for years but it became discontinued. My goal is to make some improvements and optimizations to the code. Also clean it up as much as possible and adapt the syntax to more up-to-date versions of Java.

Differences with the official version

  • Support for applets has been removed as applets were deprecated by Oracle.
  • Calls to Java's SecurityManager have been removed. SecurityManager has been deprecated by Oracle and will be replaced in the future.
  • Added ability to create custom top level container for FloatingWindows (code by Марковский Георгий Борисович - https://github.com/REC-SPb-ETU/idw-gpl).
  • New properties to customize rollback and pressed icons on window tab buttons.

Compilation

This project uses Maven. Use mvn package from the root directory to generate binaries, source, and javadoc jar files. This version of Infonode requires Java 8 or better to compile.

About

Un-official version of the InfoNode docking windows framework targetting Java 8+. It also contains minor fixes and changes released under the GPL v2 license compiled from other repositories.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • HTML 0.1%