Advertisement ยท 728 ร— 90

Posts by Matt Coley

WIP assembler for Dalvik

WIP assembler for Dalvik

The syntax for Dalvik bytecode is mostly done. We need to reconstruct our model from the AST in the assembler library, then clean up some syntax-highlighting in the front end.

3 weeks ago 0 0 0 0
New workspace summarization for Android content, entry points for activity classes, used permissions

New workspace summarization for Android content, entry points for activity classes, used permissions

Call graph now supports Android content

Call graph now supports Android content

Search now supports android content

Search now supports android content

Reworked how Recaf handles Android content. We still don't have full assembler support but major strides in everything else have been made.

3 weeks ago 1 0 1 0
Video

CarouselFX isn't just for image slideshows โ€” it can also drive full app navigation with nested carousels, sidebar routing, and page lifecycle animations.

3 weeks ago 2 2 1 0
GemsFX โ€” JavaFX Custom Controls & Utilities GemsFX is a rich collection of custom JavaFX controls and utilities. Explore date pickers, search fields, paging, tree views, notifications and more.

I created a website dedicated to #GemsFX, my primary open source project for #JavaFX custom controls. You can find it at gemsfx.dlsc.com. #ui #ux #java #javafx

4 weeks ago 14 8 0 0
Preview
JavaFX 26 is Now Available - Gluon JavaFX 26 is Now Available We are pleased to announce the official release of JavaFX 26. This milestone marks another significant step forward for the ecosystem, delivering a robust suite of new featu...

JavaFX 26 is available! Featuring the new macOS Metal pipeline and a Headless platform prototype.

Read all about it here: gluonhq.com/javafx-26-is...

#Java #JavaFX

1 month ago 20 9 0 1

If you're up front about it cool, no problem. Especially if it works and its used as a base to build off. The whole "human in the loop" thing.

The people like this aren't the common ones really publicizing what they've generated. Instead its the annoying AI hype type with ego problems.

1 month ago 0 0 0 0

The worst part about AI slop isn't the output. Its the people who generate it. Sure, maybe the code does what its supposed to. But "look at this awesome thing I made" is off putting. A project manager doesn't make the projects they manage. The developers do. Similarly, 'you' didn't make the thing.

1 month ago 0 1 1 0
Preview
First Test of Java on BeagleBoards (ARM and RISC-V) foojay is the place for all OpenJDK Update Release Information. Learn More.

Testing Java on BeagleBoards with ARM and RISC-V processors. @frankdelporte.be shows how these single-board computers handle Java applications.

foojay.io/today/first-...

#Java #ARM #RISCV #BeagleBoard

2 months ago 3 3 0 0
Preview
a cartoon man says that 's the neat part in front of stairs ALT: a cartoon man says that 's the neat part in front of stairs

The people tackling "real unsolved problems" aren't accrediting AI/LLMs with any success they have. A fancy auto-complete isn't a detail worth discussing in such cases, because without it they'd still solve the problem, maybe just a bit slower.

2 months ago 0 0 0 0
Advertisement
Post image

I remember that thread on twitter ๐Ÿ˜‚

I used to have a circular indicator when waiting on the decompiler to finish in Recaf but swapped it out for something else. Reintroduced the circle indicator in the project summary screen while it was generating content.

2 months ago 1 0 0 0
Post image

JavaFX is missing a native Switch control โ€” every major UI framework has one except JavaFX.

I've implemented a SwitchButton with full theme support. Hope to contribute to OpenJFX.

Thanks @dlemmermann.bsky.social for his help!

github.com/leewyatt/Swi...

#JavaFX

3 months ago 3 2 1 0
Preview
OpenJDK is faster than GraalVM Java* - Mostly nerdless OpenJDK is faster than GraalVM in some instances, but maybe it's not important? Discover more in this short blog post.

OpenJDK is faster than GraalVM*

It's around twice as fast in one particular area. Read more in my latest tiny blog post at mostlynerdless.de/blog/2026/01...

3 months ago 9 4 1 0

Looking at the skin impl for the control, it looks like intended usage of RotateTransition. So based on this and the GC root information, I'm inclined to say its a problem of the transition. This is on JavaFX 23.0.2 - Don't see any memory leak notes in 24/25 releases for this case.

3 months ago 0 0 0 0
Post image

So I debugged where that rotate transition was coming from that is caching the node... Its a neat little component I use from AtlantaFX, RingProgressIndicator with the value set to INDETERMINATE_PROGRESS. If I don't use it, or reset the progress value, then the leak goes away...

3 months ago 0 0 1 0
Post image

I *could* play wack-a-mole and null out references when the UI elements are removed, but it feels weird having to manually wire up logic to free this if the node is no longer part of the scene graph.

There's got to be a more efficient route, right?

3 months ago 0 0 1 0
Post image

Any #JavaFX people experience removed nodes being stuck around in memory after they've been removed from the scene graph?

If I have a node that has a ~500 MB byte array, and then I remove it, I should be able to expect that to be freeable right?

Heap dump GC root for reference

3 months ago 2 1 2 0
Preview
A Glimpse Into DexProtector | Romain Thomas This blog post provides a high-level overview of DexProtector's security features and their limitations

I reverse engineered DexProtector, the security solution protecting applications like Revolut and other banking apps.

From custom ELF loaders to vtable hooking, here is an insight into how these protections work and their limitations.

www.romainthomas.fr/post/26-01-d...

3 months ago 34 12 0 0
Preview
Stepping down as maintainer after 10 years ยท Issue #3777 ยท mockito/mockito In March 2026, I will be Mockito maintainer for 10 years (nearly a third of my whole life). Looking ahead, I decided that a decade milestone is a good moment to pass on maintainership to other folk...

As an old and somewhat inactive Mockito maintainer I'd like to congratulate Tim for these past years keeping the light on the Mockito project. He his now stepping down.
Thank you Tim.

github.com/mockito/mock...

3 months ago 15 3 0 0
Advertisement
Post image

I spent about two days learning and implementing atmosphere rendering for planetary views from space. The tutorials and other sources I found on it were prettty lacking in implementation details but I got there in the end. Too late now, but does anyone have any recommends? Should I write an article?

5 months ago 56 3 5 2
Big box Tux Racer!!!! Wooooo!!!!

Big box Tux Racer!!!! Wooooo!!!!

another excellent eBay acquisition

5 months ago 10 1 0 0
Matt Coley, diving into byte code and JARs with Recaf and JavaFX libraries (#22)
Matt Coley, diving into byte code and JARs with Recaf and JavaFX libraries (#22) YouTube video by Frank Delporte

I interviewed @mattcoley.bsky.social about #Recaf and his #JavaFX libraries. But unexpectedly, I got a deep-dive course on #Java byte code, obfuscated code, and how JARs can be (ab)used to hide their real code...!

www.youtube.com/watch?v=6NIJ...

More info: webtechie.be/post/2025-10...

5 months ago 10 3 0 0
JavaFX Flowless Bug: Stylesheets on Scene ๏ผž Stylesheets on Node
JavaFX Flowless Bug: Stylesheets on Scene ๏ผž Stylesheets on Node YouTube video by Matt Coley

www.youtube.com/watch?v=l4Pc...

5 months ago 1 0 0 0

If you're using the JavaFX "Flowless" library for virtualized controls and are observing sluggish performance, do not add stylesheets to the Virtualized Node. Add them to the Scene. I observed an immediate 10x performance boost by doing this.

5 months ago 6 3 1 0

The good news is, they reverted that 404 -> 403 option, and *some* of our projects updated to use Artifactory first instead of last.

6 months ago 1 0 0 0

Artifactory: IT was instructed to prevent crawling, so one thing they did was change Artifactory replying 404 for missing artifacts to replying with 403 (like all other urls on other services they ran)

Result: 403 kills gradle builds, so nobody used artifactory and if they did, they put it last.

6 months ago 1 0 1 0

I love reading these articles and thinking "Yup, that's us on the job. We're part of the industrial inefficiency complex"

Artifactory set up but nobody uses it? ๐Ÿ‘
CI jobs with zero caching? ๐Ÿ‘
+ they can recursively spawn other jobs? ๐Ÿ‘
+ they can trigger from simple "fix typo" commits? ๐Ÿ‘

6 months ago 3 0 1 1
Video

Now Recaf 4X can inline return values of simple static methods (like a xor string decryption call in this case)

7 months ago 1 0 0 0
Advertisement
Video

Recaf's interactive deobfuscation window now lets you specify how many passes to run. For some obfuscation patterns that can't be one-shot in one linear pass (opaque control flow leading to more opaque control flow repeated N times) increasing the pass count to N+1 reduces it completely.

8 months ago 1 1 0 0