(edit : for example this game coded in java : https://github.com/cloudStrif/GoldenSunD will work with java 7 but clearly not with java8 (linux 64 bits) because of lags)
2017-04-10 12:19 GMT+02:00 Patrick Chen <chen.j.patr...@gmail.com>: > Hi every one , > just wanted to inform that I am working to fix this bug. > > it is when we devellop animations thanks to repaint() method , > for java 7 it works well > but with java8 not , > (linux 64 bits it doesn't really work ) > > so after watching the source code it seem that it is not a swing problem > but AWT : Component.java . > > thank you > > >