Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am binep on github.
  • I am binep (https://keybase.io/binep) on keybase.
  • I have a public key ASC70QuwLEGheCzcwz5fYdvnNA5cQPt3dsBgaMhYMrWj0Ao

To claim this, I am signing this object:

import java.awt.Window;
import java.lang.reflect.Method;
import javax.swing.JFrame;
@SuppressWarnings("serial")
class Fullscreen extends JFrame {
public Fullscreen() {
enableOSXFullscreen(this);
setVisible(true);