Frank Roth
Frank Roth
Same with me...
I have the same problem, here is my BaseAdapter of the ListView. ``` public class ImageAdapter extends BaseAdapter { private ImageAdapterViewCollection images; private ImageLoader imageLoader; private ImageView imageView; protected Context...
On windows machines ``` var status = require('node-status'); .... status.stop() ``` Does never stops sometimes.
Yeah same with me. I just uncommented some lines of code. Because in my application I never use this method: ``` /* public void setBackgroundStyle(String style) { undecorator.getBackground().setStyle(style); } public...
The shadow window decoration does not seem to work anymore on JavaFX8. The window border should be transparent. 