Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ Main
Class
Main
Programs/Swing_Simple_Registration_Form.java:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
//Main.java
102
103
public
class
Main {
104
public
static
void
main(String[] args) {
105
new
gui1();
106
}
107
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected