文件名称:Ghost:一个用于创建透明窗口的 processing.org 库
文件大小:36KB
文件格式:ZIP
更新时间:2024-07-27 12:06:05
processing library Java
#一个用于创建透明窗口的 processing.org 库# 使用 Ghost,您可以创建透明窗口,但实际上并非如此,Ghost 会显示您桌面的图像,因此窗口看起来是透明的。 提供三种不同的模式: Ghost ghost; // transparent fullscreen window ghost = new FullscreenGhost(this) // transparent window at position x:0, y:100, width: 200, height: 300 ghost = new WindowedGhost(this, 0, 100, 200, 300); // transparent window, which sticks to the screen boarder // ("top
【文件预览】:
Ghost-master
----src()
--------de()
----resources()
--------build.properties(5KB)
--------library.properties(2KB)
--------install_instructions.txt(2KB)
--------ChangeLog.txt(3KB)
--------build.xml(14KB)
--------stylesheet.css(3KB)
----license.txt(893B)
----examples()
--------reposition_window()
--------windowed_ghost_basics()
--------fullscreen_ghost_basics()
--------sticky_ghost_basics()
--------ghost_with_renderer()
----web()
--------index.html(5KB)
--------img()
--------stylesheet.css(2KB)
----readme.md(1KB)