An open API service indexing awesome lists of open source software.

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`

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

![sample](./sample.gif)

## Quickstart

```bash
cd src/main

javac Cock.java
javac Demo.java

java Demo
```