Você está na página 1de 1

private void KbBtnActionPerformed(java.awt.event.

ActionEvent evt) {
// TODO add your handling code here:
DetailTA.setText("");
picLabel.setIcon(new ImageIcon("G:\\CD11\\pics\\devices\\kboard.jpg"));
InfoLabel.setText("MyTech Keyboard 110 keys, with 1 year warranty");
DetailTA.append('\n'+" Offer Available"+'\n');
DetailTA.append(" --------------------------------------"+'\n');
DetailTA.append(" Offer Price : Rs 400/-"+'\n');
DetailTA.append(" Max Retail Price : Rs 500/-");
}

private void MouseBtnActionPerformed(java.awt.event.ActionEvent evt) {


// TODO add your handling code here:
DetailTA.setText("");
picLabel.setIcon(new ImageIcon("G:\\CD11\\pics\\devices\\mouse.jpg"));
InfoLabel.setText("USB 800 dpi mouse with 5 buttons and tilt wheel "+'\n');
DetailTA.append('\n'+" Offer Available"+'\n');
DetailTA.append(" --------------------------------------"+'\n');
DetailTA.append(" Offer Price : Rs 845/-"+'\n');
DetailTA.append(" Max Retail Price : Rs 1000/-");
}

private void MonitorBtnActionPerformed(java.awt.event.ActionEvent evt) {


// TODO add your handling code here:
DetailTA.setText("");
picLabel.setIcon(new ImageIcon("G:\\CD11\\pics\\devices\\monitor.jpg"));
InfoLabel.setText("LCD 15'; resolutions upto 1280 x 1024; Contrast Ratio 450:1 "+'\n');
DetailTA.append('\n'+" Offer Available"+'\n');
DetailTA.append(" --------------------------------------"+'\n');
DetailTA.append(" Offer Price : Rs 6000/-"+'\n');
DetailTA.append(" Max Retail Price : Rs 7500/-");
}

private void PrinterBtnActionPerformed(java.awt.event.ActionEvent evt) {


// TODO add your handling code here:
DetailTA.setText("");
picLabel.setIcon(new ImageIcon("G:\\CD11\\pics\\devices\\printer.jpg"));
InfoLabel.setText("USB Laserjet XYZ Printer 32ppm with 1 year warranty "+'\n');
DetailTA.append('\n'+" Offer Available"+'\n');
DetailTA.append(" --------------------------------------"+'\n');
DetailTA.append(" Offer Price : Rs 10200/-"+'\n');
DetailTA.append(" Max Retail Price : Rs 12499/-");
}

private void ModemBtnActionPerformed(java.awt.event.ActionEvent evt) {


// TODO add your handling code here:
DetailTA.setText("");
picLabel.setIcon(new ImageIcon("G:\\CD11\\pics\\devices\\modem.jpg"));
InfoLabel.setText("USB modem with 1024Kbps dowload speed and 512kbps upload speed. "+'\n');
DetailTA.append('\n'+" Offer Available"+'\n');
DetailTA.append(" --------------------------------------"+'\n');
DetailTA.append(" Offer Price : Rs 1200/-"+'\n');
DetailTA.append(" Max Retail Price : Rs 1490/-");
}

Você também pode gostar