I am new to Kotlin and have no prior Java experience, so I may just not know what to look for in the docs.
So I am looking to create a GUI application, looking at demo Java code I have been able to port most of it to Kotlin without a problem until I came across implements.
class ... implements ...