Package application

Class View

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class View extends JFrame
application.Main GUI Frame
See Also:
  • Constructor Details

    • View

      public View()
      application.Main GUI Frame Constructor
  • Method Details

    • addPanels

      public void addPanels(List<Order> array, io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket> ctx)
      It repaints the order panels based on the received data array
      Parameters:
      array - the order data
      ctx - the websocket
    • setMessageLabel

      public void setMessageLabel(String message)
      It repaints the label message based on the received message
      Parameters:
      message - to display