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
Added setTitle to PixelWindow. Updates PixelWindow frame title to
title: String
usingJFrame.setTitle(string title);