Change and delete rows in a sql-database Programming Software Development by jin83 … JLabel lblMov3 = new JLabel(new ImageIcon("C:/Programmering/projekt/harrypotter.jpg")); private JLabel lblPoor1 = new JLabel( "Dålig… Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by Techwriter10 … Strategy [/B] This reminded a bit of [URL="http://harrypotter.warnerbros.com/"]Harry Potter[/URL], where of course they… help needed Programming Software Development by bheegi …[] strArray = new String[] {"Matrix","Avatar","HarryPotter","Taken","The reader"}; List list… Re: How to install only grub to work with Fedora Hardware and Software Linux and Unix by alc6379 [QUOTE=harrypotter]actually if i insert the cd againwill the grub be … Re: How to input password in C Programming Software Development by agiorgio [QUOTE=harrypotter]please explain in a clear way[/QUOTE] That wasn't … Re: pentium d 830 cache? Hardware and Software Hardware by nizzy1115 [QUOTE=harrypotter]2 months ago i bought a new pentium D 830 (… Re: How to install linux in my system???? Hardware and Software Linux and Unix by BISHNU(GOD) [QUOTE=harrypotter;195940]Recently i took a pc with Pentium D 830 … HarryPotter.com Hardware and Software Networking by happygeek J.K.Rowling has now officially announced that the latest, and last, in the Harry Potter series of books will be called ‘Harry Potter and the Deathly Hallows’ putting an end to the frenzy of speculation on the subject over the last few months. While it has been genuine fans interested in all things associated with their hero who have been … Re: HarryPotter.com Hardware and Software Networking by ntvnat Well, I registered the website HarryPotterAndTheDeathlyHallows.ca, the Canadian extention ('.ca') because Christopher Little couldn't register it here because he has no Canadian business here. Re: Change and delete rows in a sql-database Programming Software Development by kvprajapati Think about Updatable ResultSet. [CODE] Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE); ResultSet rs = stmt.executeQuery("SELECT a, b FROM TABLE2"); // rs will be scrollable, will not show changes made by others, // and will … Re: Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by kaninelupus Didn't Gates also use this strategy in dealing with Apple? Re: Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by jbennet Its probably just so they dont get sued. E.g CentOS referring to RedHat as a " Prominent North American Vendor" Re: Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by kaninelupus Well I suppose we are talking about the "Litigious Nation" after all ;) Re: Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by Techwriter10 I don't think it's related to litigation worries. You can name your chief competitor without worrying about that. He didn't say anything that was terribly controversial. I would say it's more likely a strategy to keep their name out of the story. Of course by doing that, and me noticing, he made it part of the story, but I'm guessing that's what it… Re: Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by paoconnell Not naming a competitor (meaning Google) simply reduces the number of references to the competitor on the Web and elsewhere, and reduces the likelihood of someone going to a direct competitor. Interesting though: IE 8's default search engines are Google and Yahoo, but Bing is not on the list, at least not on my PC. Of course, Google probably … Re: Ballmer Won't Call Google by Name in Interview Hardware and Software Microsoft Windows by Techwriter10 I'm sure Google doesn't go out of the way to mention Bing, but I have heard Eric Schmidt talk about Microsoft and Bing, so I don't think they have the same strategy going (at least not that I've noticed). I haven't downloaded IE 8, but it's worth checking out to see if that's the default. Thanks for the comment. Ron Re: help needed Programming Software Development by kvass The first step is to make sure you fully understand the concept of an [URL="http://java.sun.com/j2se/1.4.2/docs/api/java/util/ArrayList.html"]arraylist[/URL]. Once you do, check out this code -- I think the simplest approach is to use an arraylist of arraylists to represent the theaters: [CODE=Java] import java.util.ArrayList; public …