Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

22
LINES

< > BotCompany Repo | #1013346 // Blinking Red Text Spike v1 (suboptimal)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (5850L/39K).

!7

import java.awt.font.*;
import java.awt.geom.*;

p-awt {
  JPanel panel = singleColorPanel(Color.RED);
  new JWindow w;
  w.add(panel);
  w.setVisible(true);
  
  TextLayout tl = new TextLayout("PERV ALERT", w.getFont().deriveFont(Font.BOLD, 50f),
    ((Graphics2D) w.getGraphics()).getFontRenderContext());
  Rectangle2D r = tl.getBounds();
  print("Bounds: " + r);
  new AffineTransform tx;
  tx.translate(0, r.getHeight());
  Shape outline = tl.getOutline(tx);
  //w.setShape(new Ellipse2D.Double(0,0,500,500));
  centerWindow(w, iceil(r.getWidth()), iceil(r.getHeight()));
  blinkWindowUsingShape(w, outline);
}

Author comment

Began life as a copy of #1013339

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013346
Snippet name: Blinking Red Text Spike v1 (suboptimal)
Eternal ID of this version: #1013346/1
Text MD5: 5fa12e8b9252d5183c92ac2177bbfb90
Transpilation MD5: 73b28458b282607e2db91a46ee620729
Author: stefan
Category: javax / gui
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-02 23:08:11
Source code size: 640 bytes / 22 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 804
Referenced in: [show references]