Changeset 157:061178f12404
- Timestamp:
- 08/20/2008 11:55:34 AM
(4 months ago)
- Author:
- marc@f1.local
- branch:
- default
- Message:
minor changes to T_TransWindow
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r150 |
r157 |
|
| 38 | 38 | import javax.media.opengl.glu.GLU; |
|---|
| 39 | 39 | |
|---|
| | 40 | import com.sun.opengl.impl.macosx.MacOSXGLContext; |
|---|
| | 41 | |
|---|
| 40 | 42 | import field.bytecode.protect.Woven; |
|---|
| 41 | 43 | import field.bytecode.protect.Au.iRegistersUpdateable; |
|---|
| … | … | |
| 64 | 66 | import field.graphics.core.TextSystem; |
|---|
| 65 | 67 | import field.graphics.windowing.OverlayCanvas; |
|---|
| | 68 | import field.launch.Launcher; |
|---|
| 66 | 69 | import field.launch.SystemProperties; |
|---|
| 67 | 70 | import field.launch.iUpdateable; |
|---|
| r153 |
r157 |
|
| 121 | 121 | }); |
|---|
| 122 | 122 | } |
|---|
| | 123 | else |
|---|
| | 124 | { |
|---|
| | 125 | System.out.println(" couldn't find <"+title+"> "); |
|---|
| | 126 | } |
|---|
| 123 | 127 | } catch (Exception t) { |
|---|
| 124 | 128 | t.printStackTrace(); |
|---|