v.java

来自「microtik tool to vie another router in a」· Java 代码 · 共 45 行

JAVA
45
字号
package com.hoya.games.sp;

import java.awt.Color;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics;

public final class v extends q
{
  public static boolean a = false;

  public v()
  {
    this.u = new Font("Dialog", 1, 20);
  }

  public final void paintComponent(Graphics paramGraphics)
  {
    super.paintComponent(paramGraphics);
    paramGraphics.setColor(Color.white);
    if (lx.aS == 3)
    {
      Font localFont = paramGraphics.getFont();
      paramGraphics.setFont(new Font("MS Reference Sans Serif", 0, 12));
      this.v = 9;
      this.s = paramGraphics.getFontMetrics();
      this.r = this.s.stringWidth("A");
      this.w = Q[0];
      String str = "¢";
      a(paramGraphics, lx.k + " [" + lx.q + str + "]", 10, 5, false, false);
      paramGraphics.setFont(localFont);
      this.s = paramGraphics.getFontMetrics();
      this.r = this.s.stringWidth("A");
      this.v = P[this.t];
      this.w = Q[this.t];
    }
    else
    {
      a(paramGraphics, lx.k + "[" + lx.q + "]", 10, 5, false, false);
    }
    if (a)
      a(paramGraphics, "Please wait, Loading table...", 10, this.w + 5, false, false);
    a(paramGraphics);
  }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?