topHere are some Java 1.1 classes I've developed for my own use. I hope you find them useful.
Most of them belong to one of my packages. You might want to strip out the package declarations before using them.
Use at your own risk! These classes have only been tested for my needs, which are probably far different than yours. If your Java powered industrial robot drills a hole in your head because of a bug in one of my classes, don't come crying to me.
SocketOpener
SocketOpener has moved to here.
wec.awt
- BorderPanel.java - This is a panel with a border (plain, raised, etched, etc.)
- ColumnLayout.java - This layout manager is the vertical version of RowLayout. It places its components in a single column using the components' natural size.
- DoubleBufferedCanvas.java - Use this plug-in replacement for java.awt.Canvas for flicker-free animation.
- MessageDialog.java - A dialog box with a message and one or more buttons.
- RowLayout.java - This layout manager is like a FlowLayout, except that it does not wrap onto multiple rows. It places its components in a single row using the components' natural size.
- RulePanel.java - This is a panel with a simple border on a selected edge or edges.
- WindowFunctions.java - This class contains a single function to center one window over another (or center a window on the desktop). I put this function in the "WindowFunctions" class until I can think of a good name for the class.
wec.game
This is a simple framework for creating, loading, and saving games.
Requires:
- wec.awt.BorderPanel
- wec.awt.MessageDialog
- wec.awt.WindowFunctions
- wec.quicksort.AbstractQuicksort
- wec.quicksort.QuicksortStringArray
wec.quicksort
- AbstractQuicksort.java - The quicksort algorithm, as an abstract class which has no knowledge of how to get, set, or compare items.
- QuicksortStringArray.java - Quicksort for arrays of strings.
Copyright (c) 1997 by Wayne E. Conrad, All Rights Reserved
Last Updated May 12, 1998
This page has been accidentally visitedtimes since May 1st, 1998.
![]()
![]()
This page hosted by Get your own Free Home Page