- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
watch this ... http://blip.tv/java-technology-tips/re-spin-your-desktop-application-into-a-java-web-start-application-2867483
nice... can you teach us how to use that??? or give us some briefing about that.
WOW! is it really possible to do that??
is this really working??
public static Font loadFont(String fontFileName) { BaseFont base = null; try { base = BaseFont.createFont(Resource.class.getResource(fontFileName + "_font.ttf").toString(), BaseFont.WINANSI, true); } catch (DocumentException | IOException e) { e.printStackTrace(); } Font font = new Font(base, Font.BOLD, 15); return font; }
check out this links http://192.9.162.55/products/jsp/syntax/2.0/syntaxref2014.html http://bytes.com/topic/java/answers/906631-how-access-element-attributes-using-jsp-xml
The End.
april88t