1 22 package org.objectweb.petals.demo.mortgage.gui; 23 24 import org.objectweb.petals.demo.mortgage.gui.gui.Console; 25 26 32 public class MortgageGuiLauncher { 33 34 35 39 public static void main(String [] args) { 40 43 MortgageClient client = new Axis2MortgageClient(); 45 Console console = new Console(client); 46 client.setConsole(console); 47 console.setVisible(true); 48 } 49 } 50 | Popular Tags |