I am trying to establish jdbc connection to MS-SQL server using jdbc with IPv6 format address. However I am getting the below errors.
However when using local host I am able to connect to the database. When tried establishing connection with oracle db using ipv6 address, I am success ful. Kindly help me out.
Database: Ms-SQL Server 2005 SP3 Express Edition
OS: Windows 7 64-bit OS
IP format: IPv6
Driver: jtds-1.2
Have also tried using the latest jar provided by microsoft. With that also I am getting some errors.
Have already tried setting the jvm parameters:
-Djava.net.preferIPv4Stack=false
-Djava.net.preferIPv6Addresses=true
You can use componentResized method of Component Listener to know resizing of the component. In this method you can change the font and repaint the component.
Just like Rob had mentioned both have different purposes. Action listener is basically for button press action. JMenuItem being a subclass of Abstract button, you can consider it as a special type of button itself. So practically all actions which can take place in button will also occur in menu item.
The only thing here I see is that setenabled is redundent since by default all component are enabled. Apart from this I dont see any other issues. Not sure why your combo is not editable.