sokybot / mydoggy

Revival of MyDoggy - My Java Docking Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 98.2%Language:HTML 1.4%Language:Batchfile 0.3%Language:Shell 0.2%