
Games::Sudoku::Component::TkPlayer::View - handles puzzle board

use Games::Sudoku::Component::TkPlayer::View;
my $view = Games::Sudoku::Component::TkPlayer::View->new;
$view->create;

This is an internal class.

creates an instance.
creates a puzzle board.
prepare appropriate widgets.

Kenichi Ishigaki, <ishigaki at cpan.org>

Copyright (C) 2006 by Kenichi Ishigaki, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.