mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-07 16:36:10 +00:00
added files from limelight from android
This commit is contained in:
11
limelight-pc/src/com/limelight/gui/StreamFrame.java
Normal file
11
limelight-pc/src/com/limelight/gui/StreamFrame.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.limelight.gui;
|
||||
|
||||
import javax.swing.JFrame;
|
||||
|
||||
public class StreamFrame extends JFrame {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public void build() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user