Skip to content

Switch to make it start minimized #2

@ttguy

Description

@ttguy

This application is very useful. Thanks. I made a modification to it so that when I have my PC start up and run the kill switch it starts up minimised. So I offer this patch.

        if (args.length== 1)// pass any parameter to make it run minimized
        {
        gui.setState(Frame.ICONIFIED);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions