|
|
@ -47,6 +47,8 @@ public class RetrieveData extends FrmMain{ |
|
|
|
txtDescription.setText(myRecipe.getDescription()); |
|
|
|
txtTags.setText(myRecipe.getTags()); |
|
|
|
imgRecipe.setIcon(myRecipe.getImage()); |
|
|
|
txtDescription.setCaretPosition(0); |
|
|
|
txtIngredients.setCaretPosition(0); |
|
|
|
myCb.closeConnection(); |
|
|
|
} |
|
|
|
public static void addNewRecipe(){ |
|
|
|