AlmasB / FXGL-FastRender

A quick demo of JavaFX PixelBuffer inside an FXGL environment
MIT License
39 stars 8 forks source link

Question: Why awt can mulit-thread #1

Open lvxingtu opened 1 year ago

lvxingtu commented 1 year ago

I can understand javafx canvas is single thread, but I can't understand awt, I look at java doc, can't find anything useful. Where can I find doc that awt is multi-thread