lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 14 forks source link

Implemented method setTitle(title: String) #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

Added setTitle to PixelWindow. Updates PixelWindow frame title to title: String using JFrame.setTitle(string title);

bjornregnell commented 4 years ago

Thanks! I'm assuming that you have tested this in the context of labs using PixelWindow.