Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emabrey/swt-natives-handler
A loading wrapper around the SWT that greatly simplifies the use of SWT.
https://github.com/emabrey/swt-natives-handler
Last synced: about 2 months ago
JSON representation
A loading wrapper around the SWT that greatly simplifies the use of SWT.
- Host: GitHub
- URL: https://github.com/emabrey/swt-natives-handler
- Owner: emabrey
- License: other
- Created: 2013-03-03T08:17:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-06T12:53:05.000Z (almost 12 years ago)
- Last Synced: 2024-10-16T19:34:53.639Z (3 months ago)
- Language: Java
- Size: 27.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#swt-natives-handler
A loading wrapper for the SWT native libraries that greatly simplifies the use of SWT_Copyright (C) 2013 Emily Mabrey_
[![Build Status](https://travis-ci.org/emabrey/swt-natives-handler.png?branch=master)](https://travis-ci.org/emabrey/swt-natives-handler)
##Build Instructions/Information
The project uses Maven, and follows the Maven standards regarding layout and dependencies. If you are not familiar with Maven, please check out [this helpful guide](http://maven.apache.org/guides/getting-started/index.html). The guide to [Maven in 5 minutes](http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html) is also available; it will give you a basic understanding of how to use Maven from the command line.
How to setup Maven with common IDEs/Command Line:
* [Eclipse](http://maven.apache.org/eclipse-plugin.html)
* [Netbeans](http://wiki.netbeans.org/MavenBestPractices)
* [ItelliJ](http://www.jetbrains.com/idea/webhelp/maven-2.html)
* [Maven for the command line](http://maven.apache.org/download.cgi#Installation)