Marc Nuri - Blogging about business and technology (Page 14/15)

A thumbnail to represent the post java.lang.OutOfMemoryError: PermGen space – More memory for Tomcat (Windows)
Blog post showing how to use Apache Tomcat Properties windows dialog to set the initial and maximum Java memory pools

java.lang.OutOfMemoryError: PermGen space – More memory for Tomcat (Windows)

A thumbnail to represent the post Updated: Displaying a jTable inside another jTable // JTable cellRenderer
How to display a JTable inside another JTable using a custom TableCellRenderer (Updated)

Updated: Displaying a jTable inside another jTable // JTable cellRenderer

A thumbnail to represent the post Getting started with JasperReports // Printing from your java app (Part III)
Introductory post to JasperReports showing how to integrate it with your Java applications.

Getting started with JasperReports // Printing from your java app (Part III)

A thumbnail to represent the post Getting started with JasperReports // JDBC connections (Part II)
Introductory post to JasperReports showing how to get started and how to access your database via JDBC.

Getting started with JasperReports // JDBC connections (Part II)

A thumbnail to represent the post Getting started with JasperReports // Reporting in Java (Part I)
Introductory post to JasperReports showing how to get started and how to install iReports.

Getting started with JasperReports // Reporting in Java (Part I)

A thumbnail to represent the post Replacing Apostrophes in Strings for SQL Statements
How to replace apostrophes in Java Strings (String#replaceAll regex)

Replacing Apostrophes in Strings for SQL Statements

A thumbnail to represent the post Detecting Tab Key Pressed Event in JTextField (VK_TAB)
How to remove default TAB behavior from JTextField (traverse to next component) and how to add your own

Detecting Tab Key Pressed Event in JTextField (VK_TAB)

A thumbnail to represent the post Dynamic icons for your JComponents // Create an icon JButton with dynamic icons
How to use a public SOAP API to generate dynamic icons for your Java JButtons

Dynamic icons for your JComponents // Create an icon JButton with dynamic icons

A thumbnail to represent the post JTable: Detecting Selection Changes with ListSelectionListener
How to add a selection change listener to a Java Swing JTable

JTable: Detecting Selection Changes with ListSelectionListener

A thumbnail to represent the post SimpleDateFormat to check user date input // parsing String to dates in java
How to parse dates in Java using SimpleDateFormat class

SimpleDateFormat to check user date input // parsing String to dates in java

A thumbnail to represent the post Numbers to Strings with custom symbols // DecimalFormat - DecimalFormatSymbols
How to convert strings to numbers in Java using DecimalFormat and custom DecimalFormatSymbols

Numbers to Strings with custom symbols // DecimalFormat - DecimalFormatSymbols

A thumbnail to represent the post Java recursive functions explained // Using recursion to sum an array of numbers
How to sum an array of numbers in Java using recursion

Java recursive functions explained // Using recursion to sum an array of numbers