Package ru.snake.amazonwatcher.model

Examples of ru.snake.amazonwatcher.model.ProductModel


  private void initConponents() {
    systemTray = SystemTray.getSystemTray();
    toolBar = new JToolBar();
    statusBar = new JLabel();

    productModel = new ProductModel();
    productTable = new JTable(productModel);

    statusBar.setBorder(BorderFactory
        .createBevelBorder(BevelBorder.LOWERED));
    statusBar.setVisible(false);
View Full Code Here

TOP

Related Classes of ru.snake.amazonwatcher.model.ProductModel

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.