Package xmldb.simplerss.ui.action

Examples of xmldb.simplerss.ui.action.TitleOrder


//      button7.addActionListener(new ExampleAction(swingUI));

      JButton button8 = new JButton("Order by Title");
      button8.setVerticalTextPosition(AbstractButton.BOTTOM);
      button8.setHorizontalTextPosition(AbstractButton.CENTER);
      button8.addActionListener(new TitleOrder(swingUI));
     
      JButton button9 = new JButton("Order by Date");
      button9.setVerticalTextPosition(AbstractButton.BOTTOM);
      button9.setHorizontalTextPosition(AbstractButton.CENTER);
      button9.addActionListener(new DisplayHtmlAction(swingUI));
View Full Code Here

TOP

Related Classes of xmldb.simplerss.ui.action.TitleOrder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.