Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #27.9K
~4K People Reached
Favorite Forums
Favorite Tags
6 Posted Topics
Re: watch this ... http://blip.tv/java-technology-tips/re-spin-your-desktop-application-into-a-java-web-start-application-2867483 | |
Re: nice... can you teach us how to use that??? or give us some briefing about that. | |
| |
| |
Re: 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; } | |
Re: 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.