Skip to content

Instantly share code, notes, and snippets.

View 4ndrew's full-sized avatar

Andrew Porokhin 4ndrew

  • Saint-Petersburg, Russia
View GitHub Profile
public class AWTUI implements UIPlug, XLetStateListener {
static AWTUI instance = null;
// ...
AWTUI(/* params */) {
// ...
}
public synchronized static AWTUI getInstance() {
if (instance == null) {