The Essential JViews Framework > Getting Started with JViews Framework > Step 1 - The Manager > Creating the Manager

In the constructor, we create the manager:

...
  manager = new IlvManager();
   ...
}