public class UserInfo { public native String getUserName() throws Error; public native String getComputerName() throws Error; }