1,518 Topics
![]() | |
The other day I decided to re-install KOTOR 2, I have all original disks, and have played it a long time ago, but with the recent install it would not run, so i found a patch required to install it and now for 2 days it has ran without any … | |
Hi, I just reloaded my Dell desktop (formatted the hard drive) and now I cannot connect to the internet. I looked in Device Manager and there are no question marks or exclamation points. I am receiving packets (looked at the properties of my connection), but I cannot ping www.google.com via … | |
1)On receipt of the signed MSA back from the customer, the original should be sent to the legal representative and a controlled copy should be sent to the TM/Account Manager by ___________. B D M DM 2)Runtime Profiling is used by which category of users? Developers and System Administrators Configuration … | |
I want to access an Ext HDD that is connected to laptop, when the laptop is closed, I can't access the Ext HDD on the network. I want this External HDD accessed at anytime including when it's closed. In my searches all I find is how to setup a network … | |
Hello folks....it's been awhile but I'm back with a potential nasties issue - my desktop is operating VERY slowly....here's a hijackthis log......can someone take a look and suggest some next steps? Thanks in advance! JD Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 8:38:47 PM, on 7/21/2013 Platform: Windows … | |
So! I'm building a GUI for an application I'm currently developing and I'm having a bit of trouble figuring out an issue. I'll try to explain it as best as I can in the code lines. Basically, I built a class to handle the initial window for the program, but … | |
Hello. I have just purchased a Lexar JumpDrive S50 32 gigs and I am having trouble accessing the USB. The USB shows up in the my computer window with a grayed out icon and when I double click it it states "Please insert a drive". The same statement is displayed … | |
Hi, I'm running Windows 7 32 bit version and I've started to encounter this problem recently. After some time of using the computer (random mostly), several applications like Chrome and Windows bases applications (cmd, task manager, windows explorer, etc) starts to run really slow. For example, if I open a … | |
Ok, so here I have a program that creates two boxes. The top box should start out with all 12 months of the year in it. What I'm trying to have happen is be able to move the months (through the two buttons) back and forth. Originally it just had … | |
Hi everyone, I am only new here, and quite looking forward to getting to meet with a lot of you. But right now, I have a very frustrating problem that has only started today. Every time I start my Firefox browser, it starts to open up multiple tabs by itself, … | |
Hi there everyone, my laptop began behaving strangely last week or so, and I've exhausted my limited knowledge of computers but to no avail. Im hoping someone on here my be able to provide some assistance, as I see you've managed to help a lot of other people. Right, I'll … | |
I want to have a Asp Scripting Language will it be supported by Linux Hosting | |
`Inline Code Example Here`I am using a pair of pthreads that call a pair of functions for ping-pong dma data transfer that are used in a loop for data transfer from an acquisition board. For a large # of waveforms, I ultimately run out of PC memory and the program … | |
I am new to windows app development in c sharp. I am trying to create a scenerio were a user would click on a button to display a new page of information instead of poping out a new window. Just like it is done in java CardLayout Manager. Pls most … | |
My computer seems to be freezing rather randomly. I can't see any reason that it should be freezing as a result of being overloaded, because I'm not doing anything to overly stress it (nothing that I haven't done tons of times before). For instance, I could just be browsing the … | |
Hi Everyone, I'm new to the forum. This looks like a great place to hang out. I am having a problem getting my PC to recognize my new camcorder. I would appreciate any help. I will try and detail what I have done so far to resolve the issue on … | |
Hi, I would like to make a window with a given size, and a scrollable textarea to a given place within. When I tried the same with a button instead of textarea, it was no problem: make a JFrame, put a JPanel inside, put a JButton on the panel. Then … | |
I'm using Netbeans 7, JEE project with application client, stateless ejb with remote interface, and JPA entity clasess made from sql script. Interfaces are in separate library project which is referenced in ejb and client project. **And the problem is the remote method that use custom interface object made from … | |
Hope someone can help he because I'm at a loss. I'm trying to set up a PHP local server on my new machine using ISS7 and Windows 7 I seem to have PHP installed correctly and it's linked with the ISS Manager. All of the necessary Window Features are turned … ![]() | |
For over a week I've not been able to open FF--I get a message that says "FF is already running but is not responding. To open a new window, you must first close the existing FF process, or restart your system." I've tried the following: scanning my computer completely for … | |
> > Quoted Text Here i am doing a snmp monitoring tool using java.. how can i insert a word rather that inserting the object indentifier value in the text box. it will be more user friendly if users only need to insert the word rather than inserting the long … | |
import java.util.*; import java.net.*; import java.awt.*; import javax.swing.*; import javax.swing.border.*; import javax.swing.plaf.*; import java.awt.event.*; import java.io.*; import snmp.*; public class SNMPInquisitor extends JFrame implements ActionListener, Runnable { JButton getDataButton, getTreewalkDataButton, getTableButton, getNextButton, setValueButton; JButton clearButton; JTextArea messagesArea; JScrollPane messagesScroll; JTextField hostIDField, communityField, OIDField, valueField; JLabel authorLabel, hostIDLabel, communityLabel, OIDLabel, valueLabel; … | |
Using Nero 8 Ultra Edition ... Everytime I DVD burn, with 5 seconds left during a dvd I get the below error message .... the program worked fine for about 6 burns ... I downloaded and installed "vcredist_x86 runtime" from ms ... also asked for / received / downloaded a … | |
Hello Everyone- My question is about my laptop that I use with a wireless router. The laptop has Vista 32 and service pack 1--I am currently still trying to get service pack 2 to download but that is a work in progress. The problem is any music that i download, … | |
When I plug in my headphone, the speaker still sounds, how to solve this problem please, I can use alsamixer to adjust the total volume, but I just want the speaker stopped making sound after I plug in my headphone...Thanks for helping...:-) | |
I havent done java in a while and not sure what to do with the void methods please can someone help me out thanks whole thing is in a zip file as well done in bluej as there is a long list of code here. /** * class Player * … | |
The PC world is an ever changing one and according to trends the All-in-one market is going to show a large growth in the year to come. In addition touch screen devices are steadily gaining in popularity. With the planned Metro Interface of the Windows 8 operating system the touch … | |
How to share variable between multiprocessing and Pyside application. I am a newbie.Can anyone help me?Any suggestion will be appreciated.Thanks very much. This is my demo: #!/usr/bin/env python #coding:utf-8 #demo:pyside gui application communicate with multiprocessing.Process() import sys,time import multiprocessing as mp import logging,logging.handlers from PySide.QtCore import * from PySide.QtGui import … | |
Will someone please tell me why I keep getting my custom file not found exception? The file is spelled correctly and is in the same directory of my java file. I am programming on Eclipse on Mac OS X. Here is my source: // Dillon Sheffield // Lab 10a // … | |
Hello. I am having a slight problem with layout in my program. The Textfield doesn't seem to be aligned with the Message Label. The program is a GUI MPG calculator. It's supposed to calculate the car's mileage. It's supposed to let the user enter the number of gallons of gas … | |
Ever since the last virus I thought I had removed, my PC has been acting strange. Every time a run superantispyware it will find a critial threat, a broken file assocation. When I try to shut windowns down or restart, I get 3 not responding messages about Rundll before the … | |
Hello Helpers! My Compaq M2000 laptop has been a victim of a very silly mistake done by me. I've followed the steps given in the below link: http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/134865/read-me-before-posting-a-request-for-assistance following are the logs for your persual: **GMER One.log:** GMER 1.0.15.15641 - http://www.gmer.net Rootkit quick scan 2012-03-20 22:48:27 Windows 5.1.2600 Service Pack … | |
Hi Sorry i was doing a little program and i need helps i would like to something similar to that [url]http://i42.tinypic.com/2mys23d.png[/url] this is my code so far [code] private void makeFrame() { frame = new JFrame("Jubilee Estate Agency Property"); makeMenuBar(frame); Container contentPane = frame.getContentPane(); JLabel label = new JLabel(); contentPane.add(label); … | |
I haven't been able to use Firefox since last June--the last time I tried to update from 7.0 to the next version up--because whenever I try to reinstall the latest version (or any version, new or old) it installs only as far as the launching-Firefox stage, at which point it … | |
One of the most important things to understand when automating office, is that it's heavily [search]OOP[/search], and therefore you are forced to work with objects. In order to create an object that is external to your application (for example an office application, whereas a button or textbox would be internal … | |
Hey guys, I'm trying to build an Employee system GUI, and right now i'm trying to create a JComboBox to display all of the Employees, but whenever I compile, I get the following errors.. [code]nathan@ubuntu:~/Desktop/Employee GUI [Java]$ javac RectangleProgram.java RectangleProgram.java:42: cannot find symbol symbol : constructor JComboBox(java.lang.String) location: class javax.swing.JComboBox … | |
Strongly considering installing Ubuntu and wine. I use some software that has Linux versions, but what about Adobe programs how well can I run them in Linux without seeing any speed decrease ? And are there any wine alternatives ? How well have former Windows users caught on to Ubuntu … | |
Hi, thanks in advance to whoever can help me out here. I guess the issues with my computer are currently. 1. ping.exe using up a large chunk of the CPU, very erratic but sometimes going near 100% 2. When I open Firefox or Internet Explorer, another tab or window automatically … | |
1. When I go to Control Panel\All Control Panel Items\Performance Information and Tools and click "Rate this computer," it crashes before it's done. 2. Desktop Window Manager Sessions Manager is disabled, not running, and the option to start it is greyed out. 3. sfc \scannow didn't finish, so I ran … | |
My wife has been complaining about a virus on her computer for a few days now. I finally witnessed a "Just-In-Time Debugging" window pop up. It fails to open the thread, but its trying to open ping.exe. I can see it in the task manager, and even kill it, but … | |
Hey - Sorry if this is an irritatingly simple problem, but I'm a newbie to the Java language and I can't see where I'm going wrong with this. I get an error with my code when trying to define 'label3' - "cannot find symbol - class Jlabel". It seems to … | |
Hi all, My friend wants to get connected internet with a netsetter pendrive device. when he connect the device to his usb, a msg box appears.(plz look the image). he suddenly pressed the ok button. but that msg box not only dissappear but also multiplied into several instances. At the … | |
Hi this is my first post here and I hope I'm following all the rules correctly. My computer started acting up about three days ago. Internet explorer kept starting by itself and also whenever I searched through google I got redirected to other weird search sites. Also now internet explorer … | |
HELP!!!I am running Windows 7 using the latest IE. Somehow this morning I got a nasty virus of 'System Fix' I ended up having to use Rkill to disable it and malwarebytes' to take it off. I thought that my computer was back to normal afterwards, but no! Shortly after … | |
![]() | Have any of you ever seen this before? The Desktop Window Manager is experiencing heavy resource contention. Scenario: The Desktop Window Manager responsiveness has degraded. |
First the gui question Right now I have: [CODE]class ExportGUI extends JFrame implements ActionListener{ JTextField fileIN; //Text Field Bull //JLabel fInHelp;//Labels time JFileChooser BpsFile = new JFileChooser(); //File Chooser JCheckBox Check; JButton expButton; //reference button object JButton opnButton; JButton reset; JButton all; //Panels List<JCheckBox> checkList = new ArrayList<JCheckBox>(); JPanel inOut … | |
[ATTACH=RIGHT]22459[/ATTACH]Just how desperately are you looking for love? Unfortunately, for some the answer is all too often all too desperately; to the point where common sense leaps out of the window and is quickly followed by the bank balance. According to new research by the University of Leicester in the … | |
the following code is used to get the contents of an excel document and pint it to console - will eventually filter and write a new excel file, but that will come later. [CODE]/** * */ import java.io.*; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.swing.*; import java.awt.*; import java.awt.event.*; … | |
I am writing a program, but I cannot find what is wrong with the code. Only need to show one MP3, or an error message if there are any missing fields or an incorrect entry for seconds. It is not storing information about previous songs; it just display the current … | |
I have a retailplus rp-capu-835 web cam which was working fine on this computer. This is an xp box with an asus k8v se motherboard. When I click on "MYComputer" and then click on USB Device #1, which is the camera, the MyComputer window freezes for about 60 seconds, then … |
The End.