Automatically insert birthday callouts for people's birthdays in your daily notes:
Edited 19/09/2022: Changed the alias part to use the updated structure (removed values)
| package compiler.core; | |
| import compiler.SourceCodeCompiler; | |
| import java.util.HashMap; | |
| /** | |
| * | |
| * @author Kirsten A. Malcaba | |
| */ | |
| public class IfStatement { |
| package machineproblem3; | |
| import java.awt.FlowLayout; | |
| import java.awt.GridLayout; | |
| import java.awt.event.ActionEvent; | |
| import java.awt.event.ActionListener; | |
| import java.util.ArrayList; | |
| import java.util.InputMismatchException; | |
| import javax.swing.JButton; | |
| import javax.swing.JOptionPane; |