• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Provide function to change the properties after first run?

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, everyone

Before I upload my assignment, I check it again and want to consult you about a question.

I have provided the function which can change the properties after a user first runs a specified mode. The user can use a button to change the properties in the suncertify.properties file before he/she enters the main GUI and the properties will keep persistent between runs of the program until the user changes them again. Also, the user can always run the program without chaning any property after he/she first run a specific mode, e.g. uses the properties in the first run and never presses the button for changing them.

Do I need to provide such function? I am not sure since the instructions simply state that All configuration must be done via a GUI, and must be persistent between runs of the program. It seems this button is unnecessary, right?

Thanks in advance!
Regards,Ailsa Cape
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ailsa,

I believe you should provide some way for the parameters to be changed, and this would have to be via a GUI.

Regards, Andrew
 
Ailsa Cape
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, Andrew

Thanks again!

I really appreciate you to confirm my choices.

Best Regards, Ailsa Cape
reply
    Bookmark Topic Watch Topic
  • New Topic