AteraiMemo
  • Swing
  • Java
  • Javadoc
  • Kotlin
  • Ant
  • Gradle
  • Others
      Jekyll Jenkins JavaScript Subversion XSLT 2.0 Surface Pro 3 Solitaire

Swing/CustomCursor のバックアップ(No.3)

  • バックアップ一覧
  • 差分 を表示
  • 現在との差分 を表示
  • 現在との差分 - Visual を表示
  • ソース を表示
  • Swing/CustomCursor へ行く。
    • 1 (2005-01-23 (日) 18:58:37)
    • 2 (2005-01-23 (日) 19:07:56)
    • 3 (2005-04-28 (木) 04:33:04)
    • 4 (2005-11-02 (水) 21:01:00)
    • 5 (2006-01-27 (金) 23:18:53)
    • 6 (2006-02-27 (月) 15:36:37)
    • 7 (2006-04-01 (土) 03:44:46)
    • 8 (2006-04-12 (水) 19:39:32)
    • 9 (2006-07-01 (土) 16:54:17)
    • 10 (2007-03-26 (月) 00:32:51)
    • 11 (2007-10-11 (木) 12:51:47)
    • 12 (2009-06-22 (月) 12:29:24)
    • 13 (2013-02-26 (火) 19:50:55)
    • 14 (2013-03-31 (日) 20:05:22)
    • 15 (2014-10-16 (木) 11:47:47)
    • 16 (2014-11-27 (木) 17:17:12)
    • 17 (2016-01-08 (金) 19:17:57)
    • 18 (2016-09-08 (木) 18:01:44)
    • 19 (2017-08-15 (火) 14:04:19)
    • 20 (2017-08-22 (火) 15:25:24)
    • 21 (2018-08-31 (金) 17:42:48)
    • 22 (2019-11-28 (木) 15:49:08)
    • 23 (2021-06-03 (木) 11:50:37)
    • 24 (2025-01-03 (金) 08:57:02)
    • 25 (2025-01-03 (金) 09:01:23)
    • 26 (2025-01-03 (金) 09:02:38)
    • 27 (2025-01-03 (金) 09:03:21)
    • 28 (2025-01-03 (金) 09:04:02)

  1. Swing
  2. CustomCursor

Terai Atsuhiro 2021-06-03 (木) 11:50:37

BufferedImage bi2 = new BufferedImage(32, 32, BufferedImage.TYPE_4BYTE_ABGR);
Graphics2D g2d2 = bi2.createGraphics();
g2d2.setPaint(Color.red);
g2d2.drawOval(8, 8, 16, 16);
g2d2.dispose();
lbl2.setCursor(getToolkit().createCustomCursor(bi2,new Point(16,16),"oval"));

Contact details

  • aterai (TERAI Atshuhiro)

Help

  • Recent updates
  • Full page list
  • Top access list
  • RSS list

Recent 10

2025-06-02
  • Swing/_JFileChooser
  • Swing
  • Swing/CancelFilePaneCellEditor
  • Swing/ListEditor
2025-06-01
  • Swing/SelectFileNameWithoutExtension
  • Swing/_JColorChooser
  • Swing/_JOptionPane
2025-05-31
  • Swing/RoundedTitledBorder
2025-05-28
  • Swing/DirectoryTree
2025-05-26
  • Swing/_JTree

©2025 TERAI Atsuhiro with help from PukiWiki Plus! and Jekyll Bootstrap

Back to top