This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
*@ author Resa C.R | |
*/ | |
import javax.microedition.midlet.*; | |
import javax.microedition.lcdui.*; | |
public class konverter extends MIDlet implements CommandListener | |
{ | |
private Display tampil; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
*@ author Resa C.R | |
*/ | |
import javax.microedition.midlet.*; | |
import javax.microedition.lcdui.*; | |
public class Buku extends MIDlet implements CommandListener | |
{ | |
private Display tampil; | |
private Ticker runText,runTextTampil; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @ author Resa C.R | |
*/ | |
import javax.swing.*; | |
import java.awt.*; | |
import java.awt.event.ActionEvent; | |
import java.awt.event.ActionListener; | |
import java.awt.event.MouseAdapter; | |
import java.awt.event.MouseEvent; | |
import java.sql.*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @ author Resa C.R | |
*/ | |
import javax.swing.*; | |
import java.awt.*; | |
import java.awt.event.*; | |
import javax.swing.UIManager.*; | |
public class OpenFile extends JFrame |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @ author Resa C.R | |
*/ | |
import javax.swing.*; | |
import java.awt.*; | |
import java.awt.event.*; | |
import java.io.*; | |
import javazoom.jl.player.Player; | |
import javax.swing.UIManager.*; //Look and Feel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @author Resa C.R | |
*/ | |
import net.sf.jasperreports.engine.*; | |
import net.sf.jasperreports.engine.util.*; | |
import net.sf.jasperreports.view.*; | |
import java.util.*; | |
import java.io.*; | |
import java.sql.*; | |
import javax.swing.*; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.sql.*; | |
/** | |
* Ini adalah class koneksinya | |
* @author Resa C.R | |
*/ | |
public class Koneksi | |
{ | |
private static Connection koneksi; | |
public static Connection getKoneksi() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @ author Resa C.R | |
*/ | |
import javax.swing.*; | |
import java.awt.*; | |
import java.awt.*; | |
public class FileBaru extends JInternalFrame | |
{ | |
Container konten = getContentPane(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* @author Resa C.R | |
*/ | |
import javax.swing.*; | |
import java.awt.*; | |
import java.awt.event.*; | |
import java.io.File; | |
import java.sql.*; | |
import java.util.HashMap; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* @author Resa C.R | |
*/ | |
import java.awt.*; | |
import javax.swing.*; | |
import java.awt.event.*; | |
import java.io.*; | |
import java.util.Scanner; |
OlderNewer