swing - SimpleGUIApplication in scala 2.10.1 -


i'm reading programming in scala , there example gui program, extends class simpleguiapplication. don't see in scala library.i think it's removed 2.10.1.

what replacement simpleguiapplication in scala 2.10.1 ?

ok, i've found answer in doc:

@deprecated since version 2.8.0 use simpleswingapplication instead


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -