h3r3t1c
public java v1 · immutableprivate void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: if(jComboBox1.getSelectedItem().toString().equalsIgnoreCase("pastebin.ca")) { String type = pastebinca.getLoc(jComboBox2.getSelectedIndex()); if(pastebinca.uploadCode(type, jEditorPane1.getText(), jTextField1.getText(), jTextArea1.getText())){ this.dispose(); } } }