nus-cs2113-AY2021S1 / forum

8 stars 0 forks source link

Request to use default text editor to edit files #94

Open theopin opened 4 years ago

theopin commented 4 years ago

Are we allowed to use a default text editor such as notepad to edit files by calling methods from the java.awt. library?

okkhoy commented 4 years ago

Sorry I missed this earlier. Please describe your use case?

theopin commented 4 years ago

For our cheatsheet app, we were planning on providing a function for the users to edit the contents of the cheatsheet. Hence, we were thinking of using the methods from the library to open up the default text editor for the user to carry out this function