Alex

Results 8 comments of Alex

Just to get some starting point: are there already some great examples of JavaFX in the JSkat code base?

Hi @b0n541 is there a description of the save format that is used at ISS? Couldn't find any information 🤔 Regards

So I my use case is that I have a front page where I draw three small tables which always fit on that single page. From the second page onward...

This download is almost two weeks later still not available. Seems a problem in bintray as downloads of previous versions aren't accessible either.

Hi @MaWiLi have you seen this test case? ``` @Test public void shouldStoreAndRetrieveBPM() throws Exception { final ID3v22Tag id3tag = new ID3v22Tag(); final int bpm = 8 * 44100; id3tag.setBPM(bpm);...

Are you sure about that? Looks like `port` makes more sense.

Hi @Dilitand, I've created this test method and it worked fine: ``` @Test public void shouldWriteCyrillic() throws Exception { String filename = "WithCyrillic.mp3"; String cyrillicArtist = "Киррилица Артист"; String cyrillicTitle...

Hi @Sesu8642 really cool game, thanks. I would suggest that one has some log messages or an abstract of what happened since the last round. I mean sometime I'm puzzled...