Exemplo n.º 1
0
 /** Construct a new GridPanel object with no grid. The view will be empty. */
 public GridPanel(DisplayMap map, ResourceBundle res) {
   displayMap = map;
   resources = res;
   setToolTipsEnabled(true);
 }