A port of j2html (https://github.com/tipsy/j2html) to work with Codename One
body().with(
h1("Heading!").withClass("example"),
img().withSrc("img/hello.png")
).render();
A port of j2html (https://github.com/tipsy/j2html) to work with Codename One
body().with(
h1("Heading!").withClass("example"),
img().withSrc("img/hello.png")
).render();