public static void init()
    {
        ColorCode window = GetWindow <ColorCode>();

        window.Show();
    }