/**
 * ALaCarteProgram.java
 *
 *
 * Caitlin Ross 
 * 100735219
 */

public class ALaCarteProgram {
	
    public static void main(String[] args) {
        RecipeBrowser frame = new RecipeBrowser();
        frame.setVisible(true);
    }
    
}
