private void downButtonActionPerformed( java.awt.event.ActionEvent evt) { // GEN-FIRST:event_downButtonActionPerformed ((CardLayout) getLayout()).show(this, "combined"); setSize(getPreferredSize()); invalidate(); plugin.resize(); } // GEN-LAST:event_downButtonActionPerformed
private void upButtonActionPerformed( java.awt.event.ActionEvent evt) { // GEN-FIRST:event_upButtonActionPerformed ((CardLayout) getLayout()).show(this, "individual"); setSize(getMaximumSize()); invalidate(); individualPanel.invalidate(); plugin.resize(); } // GEN-LAST:event_upButtonActionPerformed
private void fadeIn() { plugin.getHUDComponent().setVisible(true); // if (fadeTimer != null) { // fadeTimer.stop(); // } // // if (!plugin.getHUDComponent().isVisible()) { // plugin.getHUDComponent().setVisible(true); // } // // transparency = 0; // if (plugin.getHUDComponent().getTransparency() != 0) { // plugin.getHUDComponent().setTransparency(0f); // } }