XY Grapher
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author SoulPour */ import java.lang.Math; import java.util.Random; import javax.swing.*; public class XY_Grapher extends javax.swing.JFrame { /** * Creates new form XY_Grapher */ public XY_Grapher() { initComponents(); } /** * This method is called from within the constructor to initialize the