https://github.com/jefeish/clock
A simple (old) Java program to demo the use of `AWT Double Buffering`
https://github.com/jefeish/clock
Last synced: 2 months ago
JSON representation
A simple (old) Java program to demo the use of `AWT Double Buffering`
- Host: GitHub
- URL: https://github.com/jefeish/clock
- Owner: jefeish
- License: mit
- Created: 2020-09-09T03:33:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T20:19:11.000Z (over 2 years ago)
- Last Synced: 2025-02-01T16:27:39.065Z (4 months ago)
- Language: Java
- Size: 7.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clock
A simple (old) Java program to demo the use of `AWT Double Buffering`.
Flicker free image rendering.
```bash
*********** ***********
* * ------> * *
[To display] <---- * Front B * Show * Back B. * <---- Rendering
* * <------ * *
*********** ***********
```## Sample

## Quickstart
```bash
cd src/mainjavac Cock.java
javac Demo.javajava Demo
```