Skip to content

hi #660

@unkn0wnzhina

Description

@unkn0wnzhina

import java.awt.*;

@SuppressWarnings("serial")
final class RSFrame extends Frame {

public RSFrame(RSApplet RSApplet_, int i, int j) {
	rsApplet = RSApplet_;
	setTitle(ClientSettings.SERVER_NAME);
	setTitle(ClientSettings.SERVER_NAME + " World: " + ClientSettings.SERVER_WORLD);
	setResizable(false);
	setMinimumSize(new Dimension(i + 8, j + 28));
	setVisible(false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions