lwrendersample.txt

来自「Zaval Light-Weight Visual Components Lib」· 文本 代码 · 共 6 行

TXT
6
字号
This sample shows how to create own render. The render paints integer
matrix (the target object for the render conforms to int[][] Java type).
The render use different colors to paint the matrix items. If an item
divisible by 2 than "red" color is used, if item divisible by 3 than
"yellow" color is used and so on.

⌨️ 快捷键说明

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