revival commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* Author: Maple
|
||||
* Dec. 12 2025
|
||||
* */
|
||||
|
||||
package org.openautonomousconnection.webclient.ui;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
public abstract class BrowserFrame extends JFrame {
|
||||
public BrowserFrame() {
|
||||
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user