Help for this page

Select Code to Download


  1. or download this
    use ButtonJar;
    my $jar = ButtonJar -> new();
    $jar -> add( $but1 );
    
  2. or download this
    package ButtonJar;
    sub new {
    ...
        # depending on how you want to reference your buttons
    }
    1;