ch.aplu.nxt
Class ConnectPane

java.lang.Object
  extended by ch.aplu.nxt.ConnectPane

public class ConnectPane
extends java.lang.Object

Class to display a text in a modeless dialog (J2SE) or a form (J2ME).


Method Summary
static void showText(java.lang.String text)
          Show the dialog (J2SE) or the form (J2ME) and display the given text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showText

public static void showText(java.lang.String text)
Show the dialog (J2SE) or the form (J2ME) and display the given text.

Parameters:
text - the text to display