Konstantin

Results 5 comments of Konstantin

I compiled ORMLite JDBC jar from sources forked by me and test it. It's working fine, see a screenshot :) ![](https://i.imgur.com/IzOYUrW.png)

> I don't think `isCreateIfNotExistsSupported()` is the correct check here. It checks if `CREATE TABLE IF NOT EXISTS` is supported, which is PostgreSQL 9.1 and later. `CREATE SEQUENCE IF NOT...

@hervegirod I want to convert a SVG to JavaFX, yep

I have load SVG to `SVGImage` instance and use that as `graphic` node for someone `Button`, but I can't customize `SVGImage`' style using CSS because don't know how to

Oh, I just needed to add stylesheets directly to the `SVGImage` instance... My problem is solved. Hmm... may be this element should to take that from parent container? What do...