I am using itelliJ IDEA Javafx I need help with question 2 l
I am using itelliJ IDEA (Javafx). I need help with question 2 last part (update() method) So please provide a full code for this. If you can screenshot your screen instead of pasting the code into the comment section, it would be clearer and helpful. Thanks.
(1) The GUI Create a class called ShoppingListApp which will construct the GUI shown below. You should make the window to be non-resizable. You may have to tweak the size a little bit in order to get the bordering margins correct. 10 120 15 65 100 10 200 10 200 10 Grocery Store Application 10 Cart ntents 35 300 10 25 10 otal Price: Return BuySolution
Hi,
I would like to suggest you for your problem that you should set the css properties of the page as it would give the dimension as you are asking in your problem,like as you can the CSS property of the page i.e. resize:none and like this you should set other properties too to get your GUI as intended and for your second requirement of showing the buttons disabled can be solved in the page_load function as you can set the button.enabled =false over there by replacing the button with their respective button id\'s and you can populate the product list from the source from where you are getting your product data and set the product price=0.0 by making the product object first and then make the price as 0.0.
I hope it solved your problem.Please let me know in case of any other queries.
