mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 16:50:39 +00:00
Javadoc + source readability
This commit is contained in:
@@ -12,10 +12,11 @@ import java.io.File;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parabot v2
|
* Parabot v2.1
|
||||||
*
|
*
|
||||||
* @author Everel/Parnassian/Clisprail, Paradox, Matt, Dane
|
* @author Everel/Parnassian/Clisprail, Paradox, Matt, Dane
|
||||||
* @version 2.09
|
* @see <a href="http://www.parabot.org">Homepage</a>.
|
||||||
|
* @version 2.1
|
||||||
*/
|
*/
|
||||||
public final class Landing {
|
public final class Landing {
|
||||||
// forum account
|
// forum account
|
||||||
|
|||||||
@@ -94,8 +94,10 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener,
|
|||||||
stop.addActionListener(this);
|
stop.addActionListener(this);
|
||||||
|
|
||||||
file.add(proxy);
|
file.add(proxy);
|
||||||
if (!OperatingSystem.getOS().equals(OperatingSystem.WINDOWS))
|
|
||||||
|
if (!OperatingSystem.getOS().equals(OperatingSystem.WINDOWS)) {
|
||||||
file.add(dialog);
|
file.add(dialog);
|
||||||
|
}
|
||||||
|
|
||||||
file.add(exit);
|
file.add(exit);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user