Font font = new Font("Serif", Font.ITALIC, 30);
content.setFont(font);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
PetstoreInventoryManager store;
try {
store = (org.apache.beehive.petstore.PetstoreInventoryManagerSoapBindingStub)
new org.apache.beehive.petstore.PetstoreInventoryManagementServiceLocator().getPetstoreInventoryManager();
}