All pastes #1817731 Raw Edit

h3r3t1c

public java v1 · immutable
#1817731 ·published 2010-03-01 20:04 UTC
rendered paste body
private 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();            }        }    }