MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / App

Class App

day25/code/txz_demo/src/App.java:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4public class App {
5 public static void main(String[] args) {
6 new MainFrame();
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected