Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Any
Platform
Any
License
Any
hi
ya i ve used jframe to open the text file in a textarea. i ve attached the code .. can u help me fixing it. this code highlights a selected line, but not a string. I want to highlight a...
we use interface when something in design will change frequently i.e we can change them in every implementation according our needs.
Abstract class can have default behavior.i.e code in methods....
Thanks so much. Perhaps you could explain the 'kbd' portion, why didnt you call it Scanner 'scan'? What does the 'throws java.io.IOException{ ' mean?
If you get time, it would help me learn....
Thanks krishbaloda ! the scanner is working
Hi, I am madison roberts.My PC (Personal Computer) is a system, consisting of many components. Some of those components, like Windows XP, and all your other programs, are software. The stuff I can...
I am a student in Java, and I am trying to understand the concepts of an Interface and an Abstract Class.
Everywhere I try to read about them, even my textbook, I can't quite understand WHEN you...
import java.io.*;
class Largest {
public static void main(String[] args)
throws java.io.IOException {
int n1=0,n2=0,temp=0;
Scanner kbd = new Scanner(System.in);
System.out.println("Enter...
Hi there, i'm trying to modulate the frequency of a wav file according to a periodic signal. I was wondering how best to do this?
F.M theory always concerns periodic waves so i'm a bit lost now...
Hi all,
I am having problem on opengl program. I installed freeglut and associated packages. When i try to compile a simple program in opengl which especially uses functions glLookAt(),...
I wrote a small VB6 program to monitor the status of a Shared Network Drive. In this case it's an external hard drive. The drive is used for backup. The program is invoked automatically when the...
u have opened that text document in JFrame or any where else???
#include
#include
void operations(
void
);
int main(
void
)
{
operations();
getch();
}
void operations(
void
)
{
int a,b,c,d,menu;
clrscr();...
put ur both statements in try - catch statements.
try{
writetoFile(patient); //giving an error
}
catch(Exception e)
{
System.out.println(e);
}
hope this will help u.
i think ur working with java.net and ur device to which u want to communicate is not reachable from ur PC. thats why ur getting this error.
1. check ur connections.
2. try to ping that device by ip...
Problem solving is one of the most essential skills in life. Regardless of who you are or what you do, you will face obstacles. How you deal with such challenges will often be a determining factor in...
Hi there,
I am having a problem with my s/w...continuously having this error "Illegal Operation on empty ResultSet". Here is the piece of codes where it is showing this error:
Class.forName("com...
Hi,
Can any body explain about
How a discrete signal(Am using an audio file as a signal) can be bandlimited. In my process first audio signal is split to frames containing some samples, Is...
Depends on the style of GUI you are looking to do. If it is just menus, buttons, and forms than the easiest would probably be things like, C++Builder, C#, or Visual Basic. If you are looking to...