version.java 230 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 import pw3270.*; public class version { public static void main (String[] args) { terminal host = new terminal(); System.out.println("Usando pw3270 versão " + host.get_version()); } }