Using ArrayList in Tuval FrameworkIn Tuval Framework, the ArrayList is a non-generic type of List class. An ArrayList can be used to add unknown data where you don’t know…Mar 23, 2021Mar 23, 2021
Published inTuval FrameworkEpisode 2 — When starting with TGIIn this episode, we move on to the more practical aspects of writing graphical applications using TGI. This section is the basic chapter…Apr 2, 2019Apr 2, 2019
Published inTuval FrameworkEpisode 1: Understanding TGIWith the simplest definition of Tuval Tuval Graphic Interface (TGI), is a javascript library that wraps different drawing surfaces such as…Mar 4, 2019Mar 4, 2019
Your first TGI ApplicationIn this section, you will learn how to write your first TGI application step by step. We will create a Web application and draw a few…Feb 28, 2019Feb 28, 2019
Drawing Lines With Tuval FrameworkThe drawLine method draws a line between two points specified by a pair of coordinates. drawLines draws a series of lines using a point…Feb 15, 2019Feb 15, 2019