|
What this is
Other links
The source code
package org.me.myapp;
import org.me.mylib.LibClass;
public class Main {
public static void main(String[] args) {
String result = LibClass.acrostic(args);
System.out.println(java.text.MessageFormat.format(java.util.ResourceBundle.getBundle("org.me.myapp.locale").getString("msg_result"), new Object[] {result}));
new OtherClass1();
new OtherClass2();
}
}
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com