英文: Get twodimensional array positions out of integer 问题 我正在从图像中加载像素。 对于每个像素,我检查颜色并创建图像,现在我想将此图像添加到二...
如何在Processing或Java中获取PFont字符串的高度和宽度?
英文: How do you find out the height and width of a PFont string in Processing or Java? 问题 你怎么样才能在Proc...
滚动(Roll-Overs)在Processing语言中的应用
英文: Roll-Overs in Processing Language 问题 我正在制作一个翻滚动画。 当鼠标光标回到瓦片上时,我将如何将颜色恢复到原来的颜色,以便在淡出时将其颜色淡化? 在我的代...
颜色游戏(计数循环未运行)
英文: Color Game (Counter Loop not running) 问题 我一直在努力弄清楚为什么我的计数循环没有运行。我有这段代码片段,即使我满足了(counter>=10)的...
当玩家击中食物时,使其消失。
英文: When the player hits the food make it disapear 问题 以下是您提供的代码的翻译部分: private void updateFood(){ for...
在一个二维数组中循环,其范围在0和1之间。
英文: for loop that cycles between 0 and 1 in a 2D Array 问题 我目前正在制作一个国际象棋棋盘,我需要使用双重循环为每个其他单元格分配1或0。我的代...
旋转文本并不改变文本在处理中的位置。
英文: Rotating text not the position of the text in processing 问题 我正在尝试制作一个时钟,并且希望所有的数字都处于正确的位置,但它们都被旋...
在圆周围以某个方向指向的点 SVG 形状
英文: Point SVG shape in a direction around a circle 问题 我尝试的目标: 在给定方向(0 - 360度)的情况下创建一个指南针,如下所示: 我已经完成...
处理:如何根据鼠标点击的按钮赋予形状一个值?
英文: Processing: How do you give a shape a value based on the mouse button clicked? 问题 这是你提供的代码: int ...
关闭 JPopupMenu 时,通过按键操作。
英文: Close JPopupMenu on Keystroke 问题 我正在创建一个工具,用于自动完成Processing IDE的文本,它是Java的定制版本。以下是弹出的弹出菜单类,用于呈现不...
6