This file contains hidden or 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 javax.imageio.ImageIO; | |
| import javax.swing.*; | |
| import java.awt.*; | |
| import java.awt.geom.Rectangle2D; | |
| import java.awt.image.BufferedImage; | |
| import java.io.*; | |
| import java.util.ArrayList; | |
| public class wartermarker { |
This file contains hidden or 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 ab2pdox; | |
| import java.util.Calendar; | |
| import java.util.GregorianCalendar; | |
| /** | |
| * For generating a string containing a calender. | |
| * Also contains useful enums to manage | |
| */ | |
| public class jcal { |
NewerOlder