Other examples |
||||||||||||||||||||
| PGUI: Other examples | ||||||||||||||||||||
|
Contents: |
This page include some additional example programs. The examples are related to different topics, there is only one version of each example. GraphicsDemo for JavaGraphicsDemo demonstrates different aspects of graphics production with Java 2d Graphics. It includes demontsration of simple shapes, paths, transformations and composites.
AnalogClock for JavaThis example draws an analog clock showing UTC median time. It uses a separate thread for updating. The hands on the clock are drawn with rotation transformation.
BouncingBall for JavaThis example moves a bouncing and rotating ball inside the application window. Use arrowkeys to change the direction, 'S' to stop and 'R' to randomize.
BinaryTree for JavaThis example draw a binary search tree into a frame window. Press "A" to add new nodes.
LayoutDemo for JavaExample application for demonstrating user interface layouts with specialized layout managers.
Scrollable diagram for JavaHere we have a new version of the Diagram-example with a scrollable diagram view. In addition, we have selection and deletion of nodes. The scrollable view includes rulers in top and left sides.
SumBeast for JavaThis is an example program demonstrating the use of
TreeDemo for JavaThis example demonstrates the component
TreeDemo with MFCThe example uses the view classes of MFC: CTreeView and CEditView. These a placed into a CSplitterWnd. The application has been created with AppWizard. The style of the application is "Explorer-style". The view types have been defined in step 6.
|
See also: |
||||||||||||||||||
| Jarkko Leponiemi, Tuesday, 02-Dec-2003 07:58:53 EET | ||||||||||||||||||||