smartgridadsc/MyDoggy1.5.0-beta
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published