forked from thevpc/mydoggy
-
Notifications
You must be signed in to change notification settings - Fork 0
sokybot/mydoggy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a modified version of My Java Docking Framework, trrying to revive it. It is based on https://github.com/smartgridadsc/MyDoggy1.5.0-beta This is a modified version of the below library. The modifications are added to fix some User Interface Bugs identified. MyDoggy - My Java Docking Framework 1.5.0 (http://mydoggy.sourceforge.net/) CONTENTS ======== * License * System Requirements * Introduction * Directory Structure * Usage and Installation * Building instructions * Contact License ======= MyDoggy is licensed under the LGPL, please see the LGPL.txt file for more information. System Requirements =================== MyDoggy requires JDK5 or higher. Introduction ============ MyDoggy is a Java docking framework for use in cross-platform Swing applications. MyDoggy is an IntelliJ Idea like docking framework for managing secondary windows within the main window. MyDoggy allows to move, resize or extract those secondary windows. Also, MyDoggy provides support for content management of the main window. Like Eclipse, MyDoggy supports the concept of "prospective" using mydoggy groups. Directory Structure =================== mydoggy-1.5.0 bin - Contains scripts for launching mydoggy examples. lib - Contains mydoggy jars ( mydoggy-api-1.5.0.jar, mydoggy-plaf-1.5.0.jar, mydoggy-res-1.5.0.jar, TableLayout-20020517.jar, mydoggy-examples-1.5.0.jar, mydoggy-itest-1.5.0.jar, junit-3.8.1.jar. <other libs> win32 - Contains TransparencyManager.dll license - Contains license information. mydoggy-api - Contains sources of mydoggy api. mydoggy-examples - Contains sources of mydoggy examples. mydoggy-plaf - Contains sources of mydoggy plaf (the default implementation of the api). mydoggy-site-skin - Contains sources of mydoggy site skin. mydoggy-res - Contains sources of mydoggy res. src - Contains sources of mydoggy site. makefile - The makefile to build TransparencyManager.dll Usage and Installation ====================== MyDoggy is build using Maven-2. So first you have to download Maven-2 from http://maven.apache.org. The POM declares a few dependencies which are hosted on any publicly available Maven Repository. You then should be ready to build MyDoggy. Building instructions ===================== To build MyDoggy for JDK5 simply call : mvn clean package install To build the binary and the source distribution simply call : mvn -Ddistro clean package install assembly:assembly Contact ======= MyDoggy is developed by Angelo De Caro. Feel free to contact me at adecaro@users.sourceforge.net If you need help with something or just want to say hello, you can also use the forums or the support section at sourceforge.net.
About
Revival of MyDoggy - My Java Docking Framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 98.1%
- HTML 1.4%
- Other 0.5%