Posts
 
Reputation
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 Tags

6 Posted Topics

Member Avatar for surendrak223

watch this ... http://blip.tv/java-technology-tips/re-spin-your-desktop-application-into-a-java-web-start-application-2867483

Member Avatar for Whatever123
0
540
Member Avatar for imspikey
Member Avatar for april88t
1
128
Member Avatar for shibu2all
Member Avatar for Reverend Jim
Member Avatar for 浩霖

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; }

Member Avatar for april88t
0
170
Member Avatar for gowri123

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

Member Avatar for april88t
0
78

The End.