How do I modify "Getting Started" to use the account I created yesterday?

I don’t exactly want to keep creating new accounts ad nauseum. The “Getting Started” demo simply does an “Account myAccount1 = new Account();” to create one randomly; how would I modify it to use the one I created yesterday? I looked at the JavaDoc for “Account,” but nothing leaped out at me.

I’m assuming you’re referring to Your First Transaction - Algorand Developer Portal

You can use the constructor new Account(“the mnemonic that was displayed”) to recover the account.

Thank you. And thank you for your patience in general.