| Date: | 2007-01-30 22:16 |
| Subject: | Sticky rectangles + next coordinates |
| Security: | Public |
source [java],
Example shows sticky rectangles + next coordinates for each new rectangle.
| Date: | 2006-11-07 20:58 |
| Subject: | Eclipse plug-in presentation |
| Security: | Public |
SOFA_GUI.zip [PPT],
SOFA_GUI_seminar.pdf [PDF] -
Presentation sides presented at seminar 07.11.2006 at Charles University, Prague.
| Date: | 2007-01-30 22:16 |
| Subject: | Sticky rectangles + next coordinates |
| Security: | Public |
source [java],
Example shows sticky rectangles + next coordinates for each new rectangle.
|
Date: | 2006-11-14 20:58 |
|
Subject: | Research notes
|
|
Security: | Public |
The very good solution for Curving text implementation. It is very useful when implementing labels on drawn lines.
Curving text
|
Date: | 2006-11-14 20:58 |
|
Subject: | Research notes
|
|
Security: | Public |
The very good solution for moving boxes implementation. It is very useful when implementing container boxes and other rectangles which should be moving.
Connectors
|
Date: | 2006-11-14 20:58 |
|
Subject: | Research notes
|
|
Security: | Public |
The very good solution for moving and rotating arrows implementation. Rotation is implemented using polar coordinates.
Arrows
|
Date: | 2007-01-04 16:28 |
|
Subject: | Rectangles resize example
|
|
Security: | Public |
The resize rectangles AWT/Graphics2D example.
Resizing.java
|
Date: | 2006-11-21 20:58 |
|
Subject: | Java intuitive presentation
|
|
Security: | Public |
The presentation which describes Java pointers concept and compares this concept with C++. Gurus know this, but may be usefull for beginners.
[PDF]JPointers abstraction
|
Date: | 2006-11-24 13:10 |
|
Subject: | Sticky rectangles snipplet
|
|
Security: | Public |
I created this app. to test sticky rectangles without Eclipse envirnoment. So it is just square with some small sticky squares.
Right mouse button to create a square, hold a left mouse button to move a square.
MainStickyFrame | RectQueue | StickyRect
|