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
package jfreechartDemo; | |
import javax.swing.UIManager; | |
import javax.swing.UnsupportedLookAndFeelException; | |
import org.jfree.chart.*; | |
import org.jfree.data.general.DefaultPieDataset; | |
import com.jtattoo.plaf.mcwin.*; | |
//Anugrah Bagus Susilo | |
public class demoPieChart { |
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
package jfreechartDemo; | |
import javax.swing.UIManager; | |
import javax.swing.UnsupportedLookAndFeelException; | |
import org.jfree.chart.ChartFactory; | |
import org.jfree.chart.ChartFrame; | |
import org.jfree.chart.JFreeChart; | |
import org.jfree.chart.plot.PlotOrientation; | |
import org.jfree.data.category.DefaultCategoryDataset; | |
import com.jtattoo.plaf.acryl.*; |
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
package form; | |
import javax.swing.*; | |
import java.awt.event.ActionEvent; | |
import java.awt.event.ActionListener; | |
import java.sql.*; | |
import java.text.SimpleDateFormat; | |
import com.jtattoo.plaf.mcwin.*; | |
import org.freixas.jcalendar.*; |
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
package net.sf.dynamicreports.examples; | |
/** | |
* | |
* @author baguza | |
*/ | |
import java.awt.Color; | |
import java.util.Locale; | |
import net.sf.dynamicreports.report.base.expression.AbstractValueFormatter; |
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
package demodynamicreport; | |
/** | |
* | |
* @author baguza | |
*/ | |
import java.sql.*; | |
import javax.swing.table.DefaultTableModel; |
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
package newbieilmu.rawatinap; | |
import javax.swing.*; | |
import javax.comm.*; | |
import java.net.*; | |
import java.io.*; | |
import java.util.*; | |
import java.util.regex.Pattern; | |
import java.sql.*; | |
import java.awt.*; |
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
package newbieilmu.rawatinap; | |
import javax.swing.*; | |
import java.sql.*; | |
public class Koneksi | |
{ | |
public Koneksi() | |
{ |
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
package newbieilmu.rawatinap; | |
import java.awt.*; | |
import java.awt.List; | |
import java.awt.event.*; | |
import javax.swing.*; | |
import javax.comm.SerialPortEvent.*; | |
import javax.comm.*; | |
import javax.swing.border.*; | |
import java.net.*; |
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
package DemoChees; | |
import java.awt.*; | |
import java.awt.event.*; | |
import java.util.*; | |
import javax.swing.*; | |
import com.jtattoo.plaf.mcwin.McWinLookAndFeel; | |
/* | |
* @Anugrah Bagus Susilo | |
*/ |
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
package DemoChartBar; | |
import java.awt.*; | |
import javax.swing.*; | |
import com.jtattoo.plaf.mcwin.McWinLookAndFeel; | |
import java.awt.event.*; | |
/* | |
* @Anugrah Bagus Susilo | |
*/ | |
public class SampleBarChart extends JPanel { |
NewerOlder