-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 851 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ptools is a very simple java swing (GUI) application.
------------------------------------------------------
The main purpose this application is to provide programmer use their own jruby script to be called from ptools window.
So we can use jruby script to create java swing application.
Prerequirement
----------------
- Java Runtime environment
Installation
------------------
git clone git://github.com/ugifractal/ptool.git
Running
-----------
cd ptool
java -jar ptools.jar
when the window opened, just click "Reload" menu, then a sample map application will visible.
To create your own jruby script, please take a look at "scripts/initializer.rb"
It contain jruby script that will be executed by ptool
Libraries.
-------------
profligacy: to create easy GUI based pattern
swingx-ws: to create map
RXTXcomm: to communicate with serial port