Searched refs:HIDE_CONTROLS (Results 1 – 1 of 1) sorted by relevance
37 private static final String HIDE_CONTROLS = "Hide controls"; field in CommonPanel53 private Anchor showHideControlsLink = new Anchor(HIDE_CONTROLS);218 showHideControlsLink.setText(areControlsVisible ? HIDE_CONTROLS : SHOW_CONTROLS); in handleShowHideControlsClick()