Menu

Code Commit Log


Commit Date  
[r1102] by nerius

Changing order of member variable definitions, used to be m_anim, m_grafx, and
m_img; it's now m_grafx, m_anim, and m_img.

2023-09-23 14:59:29 Tree
[r1101] by nerius

Correcting some spelling mistakes in CanvasAWTAdapter, which are in comments.
'insure' -> 'ensure'.

2023-09-23 14:57:26 Tree
[r1100] by nerius

Fixing GrafxLineDrawDemo to be standalone.

2023-09-22 22:16:09 Tree
[r1099] by nerius

Converting SimpleDemo in package com.nerius.grafx.d2.demo to use FrameAWTStub.
This is no longer a java.applet.Applet. It now has a main() method.

2023-09-22 20:03:08 Tree
[r1098] by nerius

Creating a zero-arg FrameAWTStub constructor.

2023-09-22 20:00:24 Tree
[r1097] by nerius

Removing TestFontFactory which is mostly dead code.

2023-09-22 18:25:46 Tree
[r1096] by nerius

Moving DrawTextGeneral.java to DrawTextGeneral.java_, so that it isn't
compiled. Trying to minimize the use of java.applet.Applet.

2023-09-22 18:19:02 Tree
[r1095] by nerius

Removing class 'AppletInFrame'.

2023-09-22 17:56:21 Tree
[r1094] by nerius

Removing extra whitespace in LaunchLevelPlayback.

2023-09-22 17:39:11 Tree
[r1093] by nerius

Making some progress on AppletInFrame, but realizing that this project will
probably have to be abandoned. For example, when the applet calls repaint(),
there nothing to react to it unless it's all hooked up.

2023-09-22 17:37:58 Tree
Older >