Delete PolygonFill.java
This commit is contained in:
parent
dad2e25ac4
commit
3166050bca
@ -1,20 +0,0 @@
|
|||||||
package sig;
|
|
||||||
|
|
||||||
import javax.swing.JFrame;
|
|
||||||
|
|
||||||
public class PolygonFill {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Panel p = new Panel();
|
|
||||||
JFrame f = new JFrame("Polygon Fill Renderer");
|
|
||||||
|
|
||||||
p.init();
|
|
||||||
|
|
||||||
f.add(p);
|
|
||||||
f.setSize(1280,720);
|
|
||||||
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
|
||||||
f.setVisible(true);
|
|
||||||
|
|
||||||
int i=0;
|
|
||||||
p.render();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user