Changed window title to "Wii U Streaming Client"

This commit is contained in:
ErdbeerbaerLP 2019-03-27 19:28:28 +01:00
parent 012f4da73d
commit d2b4b0f545

View File

@ -39,7 +39,7 @@ public class StreamWindow {
public StreamWindow(IImageProvider imageProvider) {
JFrame editorFrame = new JFrame("Stream");
JFrame editorFrame = new JFrame("Wii U Streaming Client");
editorFrame.setMaximumSize(screenSize);
editorFrame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);