* @param fullscreen if the frame should be made fullscreen
*/
public void build(Limelight limelight, NvConnection conn, StreamConfiguration streamConfig, boolean fullscreen) {
this.limelight = limelight;
keyboard = new KeyboardHandler(conn, this);
mouse = new MouseHandler(conn, this);
this.setBackground(Color.BLACK);
this.setFocusableWindowState(true);
this.setFocusTraversalKeysEnabled(false);