|
|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense
|
9:19 pm GMT
GeSHi - Generic Syntax Highlighter
Latest News
News Archive
|
Random Screenshot
Demonstration
Runtime Example
/**
* Java example for GeSHi
*/
import javax.swing.JOptionPane;
public class Foo {
public static void main ( String[] args ) {
JOptionPane. showMessageDialog(null, "hello, world!");
int n = args [0];
for ( int i = 0; i < n ; i ++ )
{
System. out. println(i );
}
}
}
|
|