We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57d0f7 commit b7841a8Copy full SHA for b7841a8
src/io/calimero/gui/Main.java
@@ -63,6 +63,8 @@
63
import io.calimero.GroupAddress.Presentation;
64
65
/**
66
+ * Contains the main entry routine of this GUI.
67
+ *
68
* @author B. Malinowsky
69
*/
70
public class Main
src/io/calimero/gui/SwtChecker.java
@@ -70,6 +70,11 @@ public class SwtChecker
71
private final Logger logger;
72
73
+ /**
74
+ * The main entry routine checking for the correct SWT library on the classpath.
75
76
+ * @param args none
77
+ */
78
public static void main(final String[] args)
79
{
80
if (isSwtOnClasspath())
0 commit comments