-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawRegion #16
Comments
ok.let me try. |
example :
|
I'm trying to display the inscription test on the canvas, but something doesn't work for me
|
May you put your code in your github repo? |
An issue in canvas that setclip is wrong. fix and submited. |
Thanks, setclip solved the problem |
Graphics is not full j2me implementation , if there are any problem or request please let me know. |
hi, can you add j2me's Font class analog or android's Paint class analog? |
add GFont already |
error: |
fixed the SimpleDateFormat.java |
@digitalgust |
May be the build_jar script can't work on other jdk? |
I have Java SE Development Kit 8u351. |
If I run build_jar.bat jdk11 I get an error: |
i see. the file GLutil.java is an invalid filename , it should be GLUtil.java , so glfm_gui.jar dose not built, that's it .i will fixed it . |
I renamed GLUtil.java Ran build_jar.bat and build_winx64.bat everything built without error. When running test.bat got this: image https://ru.files.fm/u/73syxrmyp |
Ok, I've fixed it on windows platform , It's a bug that load a class file from jar with '\' seaparator, it isn't a valid path string. |
Great, problem solved. Thank you. |
Hello, can you add drawRegion from the old j2me platform?
The text was updated successfully, but these errors were encountered: