import javax.swing.JOptionPane;
public class jop
{
public static void main( String args[] )
{
String output = "Hi There \n\n";
JOptionPane.showMessageDialog( null, output,
"JOptionPane Test",
JOptionPane.INFORMATION_MESSAGE );
System.exit( 0 );
}
}
How to get URL of commentator
-
We sometimes get questions about how to get the web address/URL of a
commentator in our blog. Blogger.com has not provided any way to do that.
However, the...
7 years ago
No comments:
Post a Comment