This commit is contained in:
Blocky 2024-07-01 16:08:45 -06:00
parent 64342b1886
commit ff67330cd5
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -3,7 +3,7 @@ package trident;
import javax.swing.*;
import java.awt.*;
public class Main{
protected static JFrame window = new JFrame("blank2d");
protected static JFrame window = new JFrame("2D Trident Project");
public static void main(String[] args){
window.setSize(700, 500);
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -3,7 +3,7 @@ package trident;
import javax.swing.*;
import java.awt.*;
public class Main{
protected static JFrame window = new JFrame("blank2d");
protected static JFrame window = new JFrame("3D Trident Project");
public static void main(String[] args){
window.setSize(700, 500);
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);