Skip to content
Permalink
e8ed83bbcc
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
24 lines (24 sloc) 902 Bytes
<html>
<head>
<title>Runner.java</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
.s0 { color: #cc7832;}
.s1 { color: #a9b7c6;}
</style>
</head>
<body bgcolor="#2b2b2b">
<table CELLSPACING=0 CELLPADDING=5 COLS=1 WIDTH="100%" BGCOLOR="#606060" >
<tr><td><center>
<font face="Arial, Helvetica" color="#000000">
Runner.java</font>
</center></td></tr></table>
<pre><span class="s0">public class </span><span class="s1">Runner {</span>
<span class="s0">public static void </span><span class="s1">main(String[] args) {</span>
<span class="s1">Menu m = </span><span class="s0">new </span><span class="s1">Menu()</span><span class="s0">;</span>
<span class="s1">m.setVisible(</span><span class="s0">true</span><span class="s1">)</span><span class="s0">;</span>
<span class="s1">}</span>
<span class="s1">}</span>
</pre>
</body>
</html>