• Tidak ada hasil yang ditemukan

Otomatisasi Indeks Ebook Algorithms Dengan Menggunakan Algoritma Knuth-Morris- Pratt Dan Algoritma Quicksort

N/A
N/A
Protected

Academic year: 2017

Membagikan "Otomatisasi Indeks Ebook Algorithms Dengan Menggunakan Algoritma Knuth-Morris- Pratt Dan Algoritma Quicksort"

Copied!
17
0
0

Teks penuh

(1)

Listing Program

/*

* To change this template, choose Tools | Templates

* and open the template in the editor.

*/

package skripsi2;

/**

*

* @author Fazil

*/

public class Tentangalgoritma extends javax.swing.JFrame {

/**

* Creates new form Tentangalgoritma

*/

public Tentangalgoritma() {

initComponents();

}

/**

* This method is called from within the constructor to initialize the form.

* WARNING: Do NOT modify this code. The content of this method is always

* regenerated by the Form Editor.

*/

@SuppressWarnings("unchecked")

// <editor-fold defaultstate="collapsed" desc="Generated Code">

private void initComponents() {

jPanel1 = new javax.swing.JPanel();

kmp = new javax.swing.JButton();

menu = new javax.swing.JButton();

quicksort = new javax.swing.JButton();

jScrollPane1 = new javax.swing.JScrollPane();

hasilalgoritma = new javax.swing.JTextArea();

jPanel2 = new javax.swing.JPanel();

jLabel1 = new javax.swing.JLabel();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

jPanel1.setBackground(new java.awt.Color(0, 0, 204));

kmp.setBackground(new java.awt.Color(255, 255, 255));

kmp.setFont(new java.awt.Font("Times New Roman", 1, 12)); // NOI18N

kmp.setText("Knuth-Morris-Pratt");

(2)

public void actionPerformed(java.awt.event.ActionEvent evt) {

kmpActionPerformed(evt);

}

});

menu.setBackground(new java.awt.Color(255, 255, 255));

menu.setFont(new java.awt.Font("Times New Roman", 1, 14)); // NOI18N

menu.setText("Kembali Ke Menu");

menu.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

menuActionPerformed(evt);

}

});

quicksort.setBackground(new java.awt.Color(255, 255, 255));

quicksort.setFont(new java.awt.Font("Times New Roman", 1, 12)); // NOI18N

quicksort.setText("Quicksort");

quicksort.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

quicksortActionPerformed(evt);

}

});

hasilalgoritma.setColumns(20);

hasilalgoritma.setRows(5);

jScrollPane1.setViewportView(hasilalgoritma);

jLabel1.setBackground(new java.awt.Color(248, 248, 248));

jLabel1.setFont(new java.awt.Font("Times New Roman", 1, 18)); // NOI18N

jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);

jLabel1.setText("Tentang Algoritma Skripsi");

javax.swing.GroupLayout jPanel2Layout = new

javax.swing.GroupLayout(jPanel2);

jPanel2.setLayout(jPanel2Layout);

jPanel2Layout.setHorizontalGroup(

jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)

);

jPanel2Layout.setVerticalGroup(

jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, 42,

Short.MAX_VALUE)

(3)

javax.swing.GroupLayout jPanel1Layout = new

javax.swing.GroupLayout(jPanel1);

jPanel1.setLayout(jPanel1Layout);

jPanel1Layout.setHorizontalGroup(

jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addGroup(jPanel1Layout.createSequentialGroup()

.addGap(21, 21, 21)

.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.

LEADING)

.addComponent(menu, javax.swing.GroupLayout.PREFERRED_SIZE,

168, javax.swing.GroupLayout.PREFERRED_SIZE)

.addComponent(quicksort,

javax.swing.GroupLayout.PREFERRED_SIZE, 168,

javax.swing.GroupLayout.PREFERRED_SIZE)

.addComponent(kmp, javax.swing.GroupLayout.PREFERRED_SIZE,

168, javax.swing.GroupLayout.PREFERRED_SIZE))

.addGap(38, 38, 38)

.addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE,

465, Short.MAX_VALUE)

.addContainerGap())

.addComponent(jPanel2, javax.swing.GroupLayout.Alignment.TRAILING,

javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)

);

jPanel1Layout.setVerticalGroup(

jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addGroup(jPanel1Layout.createSequentialGroup()

.addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(8, 8, 8)

.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.

LEADING)

.addGroup(jPanel1Layout.createSequentialGroup()

.addComponent(kmp, javax.swing.GroupLayout.PREFERRED_SIZE,

40, javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(29, 29, 29)

.addComponent(quicksort,

javax.swing.GroupLayout.PREFERRED_SIZE, 40,

javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(28, 28, 28)

.addComponent(menu, javax.swing.GroupLayout.PREFERRED_SIZE,

40, javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(0, 129, Short.MAX_VALUE))

(4)

Listing Program

/*

* To change this template, choose Tools | Templates

* and open the template in the editor.

*/

package skripsi2;

import java.io.BufferedReader;

import java.io.File;

import java.io.FileReader;

import java.io.IOException;

import java.util.logging.Level;

import java.util.logging.Logger;

import javax.swing.JFileChooser;

import javax.swing.JOptionPane;

/**

*

* @author Fazil

*/

public class Bacabuku extends javax.swing.JFrame {

/**

* Creates new form Bacabuku

*/

public Bacabuku() {

initComponents();

}

/**

* This method is called from within the constructor to initialize the form.

* WARNING: Do NOT modify this code. The content of this method is always

* regenerated by the Form Editor.

*/

jPanel1.setBackground(new java.awt.Color(51, 102, 255));

jButton3.setBackground(new java.awt.Color(255, 255, 255));

jButton3.setFont(new java.awt.Font("Times New Roman", 0, 14)); // NOI18N

jButton3.setText("Cari kata");

jButton3.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

jButton3ActionPerformed(evt);

(5)

jButton4.setBackground(new java.awt.Color(255, 255, 255));

jButton4.setFont(new java.awt.Font("Times New Roman", 0, 14)); // NOI18N

jButton4.setText("Kembali Ke Menu");

jButton4.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

jButton4ActionPerformed(evt);

}

});

jButton5.setBackground(new java.awt.Color(255, 255, 255));

jButton5.setFont(new java.awt.Font("Times New Roman", 0, 14)); // NOI18N

jButton5.setText("Upload File");

jButton5.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

jButton5ActionPerformed(evt);

}

});

javax.swing.GroupLayout jPanel1Layout = new

javax.swing.GroupLayout(jPanel1);

jPanel1.setLayout(jPanel1Layout);

jPanel1Layout.setHorizontalGroup(

jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addGroup(jPanel1Layout.createSequentialGroup()

.addContainerGap(108, Short.MAX_VALUE)

.addComponent(teksfile, javax.swing.GroupLayout.PREFERRED_SIZE,

1053, javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(87, 87, 87))

.addGroup(jPanel1Layout.createSequentialGroup()

.addGap(220, 220, 220)

.addComponent(jButton5, javax.swing.GroupLayout.PREFERRED_SIZE,

208, javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(87, 87, 87)

.addComponent(jButton3, javax.swing.GroupLayout.PREFERRED_SIZE,

208, javax.swing.GroupLayout.PREFERRED_SIZE)

.addGap(96, 96, 96)

.addComponent(jButton4, javax.swing.GroupLayout.PREFERRED_SIZE,

208, javax.swing.GroupLayout.PREFERRED_SIZE)

.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE,

Short.MAX_VALUE))

);

jPanel1Layout.setVerticalGroup(

jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addGroup(jPanel1Layout.createSequentialGroup()

(6)

.addComponent(teksfile, javax.swing.GroupLayout.PREFERRED_SIZE,

432, javax.swing.GroupLayout.PREFERRED_SIZE)

.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 23,

Short.MAX_VALUE)

.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.

BASELINE)

.addComponent(jButton3,

javax.swing.GroupLayout.PREFERRED_SIZE, 48,

javax.swing.GroupLayout.PREFERRED_SIZE)

.addComponent(jButton4,

javax.swing.GroupLayout.PREFERRED_SIZE, 48,

javax.swing.GroupLayout.PREFERRED_SIZE)

.addComponent(jButton5,

javax.swing.GroupLayout.PREFERRED_SIZE, 48,

javax.swing.GroupLayout.PREFERRED_SIZE))

.addGap(21, 21, 21))

);

javax.swing.GroupLayout layout = new

javax.swing.GroupLayout(getContentPane());

getContentPane().setLayout(layout);

layout.setHorizontalGroup(

layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addGroup(layout.createSequentialGroup()

.addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)

.addContainerGap())

);

layout.setVerticalGroup(

layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)

.addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)

);

java.awt.Dimension screenSize =

java.awt.Toolkit.getDefaultToolkit().getScreenSize();

setBounds((screenSize.width-1274)/2, (screenSize.height-573)/2, 1274, 573);

}// </editor-fold>

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

// TODO add your handling code here:

Menu masuk = new Menu();

masuk.setVisible(true);

dispose();

}

(7)

// TODO add your handling code here:

Pencariankata masuk = new Pencariankata();

masuk.setVisible(true);

dispose();

}

/**

* @param args the command line arguments

*/

public static void main(String args[]) {

/* Set the Nimbus look and feel */

//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code

(optional) ">

/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look

and feel.

* For details see

http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html

*/

try {

for (javax.swing.UIManager.LookAndFeelInfo info :

javax.swing.UIManager.getInstalledLookAndFeels()) {

if ("Nimbus".equals(info.getName())) {

javax.swing.UIManager.setLookAndFeel(info.getClassName());

break;

}

}

} catch (ClassNotFoundException ex) {

java.util.logging.Logger.getLogger(Bacabuku.class.getName()).log(java.util.logging.L

evel.SEVERE, null, ex);

} catch (InstantiationException ex) {

java.util.logging.Logger.getLogger(Bacabuku.class.getName()).log(java.util.logging.L

evel.SEVERE, null, ex);

} catch (IllegalAccessException ex) {

java.util.logging.Logger.getLogger(Bacabuku.class.getName()).log(java.util.logging.L

evel.SEVERE, null, ex);

} catch (javax.swing.UnsupportedLookAndFeelException ex) {

java.util.logging.Logger.getLogger(Bacabuku.class.getName()).log(java.util.logging.L

evel.SEVERE, null, ex);

}

//</editor-fold>

/* Create and display the form */

(8)

new Bacabuku().setVisible(true);

}

});

}

// Variables declaration - do not modify

private javax.swing.JButton jButton3;

private javax.swing.JButton jButton4;

private javax.swing.JButton jButton5;

private javax.swing.JPanel jPanel1;

private java.awt.TextArea teksfile;

// End of variables declaration

}

/*

* To change this template, choose Tools | Templates * and open the template in the editor.

*/

package skripsi2;

/** *

* @author Fazil */

public class Help extends javax.swing.JFrame {

/**

* Creates new form Help */

public Help() {

initComponents(); }

/**

* This method is called from within the constructor to initialize the form.

* WARNING: Do NOT modify this code. The content of this method is always

* regenerated by the Form Editor. */

@SuppressWarnings("unchecked")

// <editor-fold defaultstate="collapsed" desc="Generated Code"> private void initComponents() {

jPanel1 = new javax.swing.JPanel(); jButton1 = new javax.swing.JButton(); jButton3 = new javax.swing.JButton(); keluar = new javax.swing.JButton(); jButton5 = new javax.swing.JButton();

jScrollPane1 = new javax.swing.JScrollPane(); panduan = new javax.swing.JTextArea();

jPanel2 = new javax.swing.JPanel(); jLabel2 = new javax.swing.JLabel();

(9)

jPanel1.setBackground(new java.awt.Color(0, 51, 153));

jButton1.setBackground(new java.awt.Color(255, 255, 255)); jButton1.setText("Cara Melakukan Pencarian kata");

jButton1.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

jButton1ActionPerformed(evt); }

});

jButton3.setBackground(new java.awt.Color(255, 255, 255)); jButton3.setText("Cara Mengupload File");

jButton3.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

jButton3ActionPerformed(evt); }

});

jButton3.addAncestorListener(new javax.swing.event.AncestorListener() {

public void ancestorMoved(javax.swing.event.AncestorEvent evt) {

}

public void ancestorAdded(javax.swing.event.AncestorEvent evt) {

jButton3AncestorAdded(evt); }

public void

ancestorRemoved(javax.swing.event.AncestorEvent evt) { }

});

keluar.setBackground(new java.awt.Color(255, 255, 255)); keluar.setText("Keluar");

keluar.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

keluarActionPerformed(evt); }

});

jButton5.setBackground(new java.awt.Color(255, 255, 255)); jButton5.setText("Kembali Ke Menu");

jButton5.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

jButton5ActionPerformed(evt); }

});

panduan.setColumns(20); panduan.setRows(5);

(10)

javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);

jPanel1.setLayout(jPanel1Layout); jPanel1Layout.setHorizontalGroup(

jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addGroup(jPanel1Layout.createSequentialGroup() .addContainerGap()

(11)

.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))

.addGroup(jPanel1Layout.createSequentialGroup() .addComponent(jScrollPane1,

javax.swing.GroupLayout.DEFAULT_SIZE, 243, Short.MAX_VALUE) .addGap(35, 35, 35)

.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.BASELINE)

.addComponent(jButton5, javax.swing.GroupLayout.PREFERRED_SIZE, 39,

javax.swing.GroupLayout.PREFERRED_SIZE)

.addComponent(keluar, javax.swing.GroupLayout.PREFERRED_SIZE, 39,

javax.swing.GroupLayout.PREFERRED_SIZE))

.addGap(47, 47, 47)))) );

jPanel2.setBackground(new java.awt.Color(255, 255, 255));

jLabel2.setFont(new java.awt.Font("Times New Roman", 1, 24)); // NOI18N

jLabel2.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); jLabel2.setText("Panduan Menggunakan Aplikasi");

javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);

jPanel2.setLayout(jPanel2Layout); jPanel2Layout.setHorizontalGroup(

jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addComponent(jLabel2,

javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) );

jPanel2Layout.setVerticalGroup(

jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addComponent(jLabel2,

javax.swing.GroupLayout.DEFAULT_SIZE, 48, Short.MAX_VALUE) );

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup(

layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jPanel1,

javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(jPanel2,

javax.swing.GroupLayout.DEFAULT_SIZE,

(12)

layout.setVerticalGroup(

layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()

.addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)

.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jPanel1,

javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addContainerGap()) );

java.awt.Dimension screenSize =

java.awt.Toolkit.getDefaultToolkit().getScreenSize();

setBounds((screenSize.width-971)/2, (screenSize.height-494)/2, 971, 494);

}// </editor-fold>

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

// TODO add your handling code here: dispose();

}

private void

jButton3AncestorAdded(javax.swing.event.AncestorEvent evt) { // TODO add your handling code here:

}

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

// TODO add your handling code here:

panduan.setText("1. Klik button upload dalam halaman Bacabuku \n2. Kemudian ambil sebuah file yang hanya beformat pdf di dalam komputer anda \n3. Lalu klik file tersebut, kemudian klik open, tunggu beberapa saat file akan terbuka");

// panduan.append("");

}

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

// TODO add your handling code here:

(13)

panduan.append("yang terbesar berserta waktu penyortiran kata tersebut di teks runiingtime algoritma Quicksort");

}

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

// TODO add your handling code here: Menu masuk = new Menu();

masuk.setVisible(true); dispose();

}

/**

* @param args the command line arguments */

public static void main(String args[]) { /* Set the Nimbus look and feel */

//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">

/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.

* For details see

http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.h tml

*/ try {

for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {

if ("Nimbus".equals(info.getName())) {

javax.swing.UIManager.setLookAndFeel(info.getClassName()); break;

} }

} catch (ClassNotFoundException ex) {

java.util.logging.Logger.getLogger(Help.class.getName()).log(java.uti l.logging.Level.SEVERE, null, ex);

} catch (InstantiationException ex) {

java.util.logging.Logger.getLogger(Help.class.getName()).log(java.uti l.logging.Level.SEVERE, null, ex);

} catch (IllegalAccessException ex) {

java.util.logging.Logger.getLogger(Help.class.getName()).log(java.uti l.logging.Level.SEVERE, null, ex);

} catch (javax.swing.UnsupportedLookAndFeelException ex) {

java.util.logging.Logger.getLogger(Help.class.getName()).log(java.uti l.logging.Level.SEVERE, null, ex);

}

//</editor-fold>

/* Create and display the form */

java.awt.EventQueue.invokeLater(new Runnable() { public void run() {

new Help().setVisible(true); }

(14)

// Variables declaration - do not modify private javax.swing.JButton jButton1;

private javax.swing.JButton jButton3; private javax.swing.JButton jButton5; private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; private javax.swing.JPanel jPanel2;

private javax.swing.JScrollPane jScrollPane1; private javax.swing.JButton keluar;

private javax.swing.JTextArea panduan;

// End of variables declaration }

/*

* To change this template, choose Tools | Templates * and open the template in the editor.

*/

package skripsi2;

import javax.swing.JOptionPane;

/** *

* @author Fazil */

public class Login extends javax.swing.JFrame {

/**

* Creates new form Login */

public Login() { initComponents(); }

/**

* This method is called from within the constructor to initialize the form.

* WARNING: Do NOT modify this code. The content of this method is always

* regenerated by the Form Editor. */

@SuppressWarnings("unchecked")

// <editor-fold defaultstate="collapsed" desc="Generated Code"> private void initComponents() {

jPanel1 = new javax.swing.JPanel(); jPanel2 = new javax.swing.JPanel(); jLabel1 = new javax.swing.JLabel(); jPanel3 = new javax.swing.JPanel(); jLabel3 = new javax.swing.JLabel(); jLabel4 = new javax.swing.JLabel(); jLabel2 = new javax.swing.JLabel(); admin = new javax.swing.JTextField();

passwordtextfield = new javax.swing.JPasswordField(); Cancel = new javax.swing.JButton();

Login = new javax.swing.JButton();

(15)

jPanel1.setBackground(new java.awt.Color(153, 0, 0)); jPanel1.setCursor(new

java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));

jLabel1.setIcon(new

javax.swing.ImageIcon("D:\\Fazil\\Foto\\aku\\riwayat hidup.jpg")); // NOI18N

javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);

jPanel2.setLayout(jPanel2Layout); jPanel2Layout.setHorizontalGroup(

jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) );

jPanel2Layout.setVerticalGroup(

jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) );

jPanel3.setBackground(new java.awt.Color(153, 0, 0));

jLabel3.setBackground(new java.awt.Color(255, 0, 0)); jLabel3.setFont(new java.awt.Font("Kartika", 0, 12)); // NOI18N

jLabel3.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); jLabel3.setText("Password");

jLabel4.setBackground(new java.awt.Color(204, 0, 0)); jLabel4.setFont(new java.awt.Font("Kartika", 0, 12)); // NOI18N

jLabel4.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); jLabel4.setText("Username");

jLabel2.setBackground(new java.awt.Color(255, 102, 102)); jLabel2.setFont(new java.awt.Font("Trajan Pro", 1, 14)); // NOI18N

jLabel2.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); jLabel2.setText("Login");

Cancel.setBackground(new java.awt.Color(255, 255, 255)); Cancel.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N Cancel.setText("Cancel");

Cancel.addActionListener(new java.awt.event.ActionListener() {

public void actionPerformed(java.awt.event.ActionEvent evt) {

(16)

} });

Login.setBackground(new java.awt.Color(255, 255, 255)); Login.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N Login.setText("Login");

Login.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) {

LoginActionPerformed(evt); }

});

javax.swing.GroupLayout jPanel3Layout = new javax.swing.GroupLayout(jPanel3);

jPanel3.setLayout(jPanel3Layout); jPanel3Layout.setHorizontalGroup(

jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addComponent(jLabel2, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)

.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel3Layout.createSequentialGroup()

.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.TRAILING)

.addGroup(javax.swing.GroupLayout.Alignment.LEADING, jPanel3Layout.createSequentialGroup()

.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.LEADING, false)

.addComponent(jLabel3, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(jLabel4,

javax.swing.GroupLayout.DEFAULT_SIZE, 116, Short.MAX_VALUE))

.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)

.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.LEADING)

.addComponent(passwordtextfield) .addComponent(admin)))

.addGroup(jPanel3Layout.createSequentialGroup() .addContainerGap(118, Short.MAX_VALUE) .addComponent(Login,

javax.swing.GroupLayout.PREFERRED_SIZE, 105, javax.swing.GroupLayout.PREFERRED_SIZE)

.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(Cancel,

javax.swing.GroupLayout.PREFERRED_SIZE, 105, javax.swing.GroupLayout.PREFERRED_SIZE))) .addGap(59, 59, 59)) );

(17)

jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.L EADING)

.addGroup(jPanel3Layout.createSequentialGroup() .addComponent(jLabel2,

javax.swing.GroupLayout.PREFERRED_SIZE, 28, javax.swing.GroupLayout.PREFERRED_SIZE)

.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)

.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.BASELINE)

.addComponent(jLabel4, javax.swing.GroupLayout.PREFERRED_SIZE, 33, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(admin, javax.swing.GroupLayout.PREFERRED_SIZE, 33, javax.swing.GroupLayout.PREFERRED_SIZE))

.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED )

.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.LEADING, false)

.addComponent(jLabel3, javax.swing.GroupLayout.DEFAULT_SIZE,

javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(passwordtextfield,

javax.swing.GroupLayout.DEFAULT_SIZE, 33, Short.MAX_VALUE)) .addGap(18, 18, 18)

.addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.A lignment.BASELINE)

Referensi

Dokumen terkait

Dari hasil kuisioner, media pembelajaran yang lebih disukai adalah sistem yang memberikan informasi dengan adanya interaksi, dengan sistem tersebut adanya

Fitur pencarian pada Aplikasi Text Editor akan melakukan pengecekan terhadap pattern atau kata yang ingin dicari, dimasukkan dalam form pencarian dan melakukan

Dari gambar di atas tampak perbedaan jelas antara algoritma brute force dengan Knutt-Morris-Pratt dalam proses pencarian string, yaitu algoritma Knutt-Morris- Pratt

Kata Kunci: Internet of Things, Knuth Morris Pratt. Perkembangan teknologi saat ini mendorong manusia untuk terus menerus berpikir kreatif, tidak hanya menggali penemuan –

Dari hasil dari tahap perancangan hingga tahap pengujian penelitian yang telah dilakukan pada aplikasi sosial DoCare yang berbasis android dengan menggunakan algoritma

Dalam Penelitian ini, Pennulis menerapkan proses pencocokan string pada saat melakukan konfirmasi kepemilikan dengan cara pencocokan jawaban yang di mana petugas

Maya Rosaria, Boko Susilo, Ernawati, Universitas Bengkulu 2010, Jurnal dengan judul: Implementasi Algoritma Pencocokan String Knuth Morris Pratt dalam Aplikasi Pencarian Dokumen Digital

Berdasarkan pengujian yang telah dilakukan sistem repository berbasis search engine dengan menerapkan algoritma Knuth Morris Pratt yang telah berjalan dan sudah mendapatkan hasil