Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriaa/swing-desktop-starter
Sample Swing Desktop Application
https://github.com/nfriaa/swing-desktop-starter
deskt java maven mdi swing
Last synced: about 3 hours ago
JSON representation
Sample Swing Desktop Application
- Host: GitHub
- URL: https://github.com/nfriaa/swing-desktop-starter
- Owner: nfriaa
- License: mit
- Created: 2017-04-14T15:55:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T08:54:25.000Z (over 7 years ago)
- Last Synced: 2023-10-20T04:23:07.905Z (about 1 year ago)
- Topics: deskt, java, maven, mdi, swing
- Language: Java
- Homepage:
- Size: 506 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swing-desktop-starter-1.0.0
A Sample Swing Desktop Application## Description
A sample Swing Desktop Application / MDI (Multi Documents Interface) to help developers quickly start new project...
The application is pre-configured with Maven, Log4j and auto load properties files under `resources` folder.## Dev tools
* Java
* JDK 1.8
* AWT
* Swing
* MDI (Multi Documents Interfaces)
* Maven
* Log4j
* Java Properties config files## Demo
The demo folder contain a built final jar with dependencies that you can run to have an idea on the application :
```
java -jar swing-desktop-starter.jar
```
## Clone and create your project
To use this code in your project or to start a new application using this approach you can type in terminal :
```
$ git clone https://github.com/nfriaa/swing-desktop-starter /your-local-path/your-project-name
```
Also in pom.xml file change :
```xml
swing-desktop-starter
```
To :
```xml
your-project-name
```;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```