Re: Plotting EEG waveforms using C# programming Programming Software Development by Peelu pags … with step by step process as how to plot an EEG waveform..The library which I have is a generalized one….Can you guide me how to begin??? and successfully plot EEG wave form using C#?? If its necessary then I can… i need java API for the EEG signal... please Programming Software Development by abd640 … your muscle movement for performing some actions)... this product generate EEG signals(alpha and beta) and from it you can do… Plotting EEG waveforms using C# programming Programming Software Development by Peelu pags Can anyone help me in plotting EEG waveforms in C#??? I am a bit new.. I have got a libraray for plotting but really dont know how to plot hadoop mapreduce code for EEG Programming Software Development by sndj … Hadoop. I'm in need of MapReduce code for large EEG data file split in Java. Based on channels(electrodes attached… Re: i need java API for the EEG signal... please Programming Software Development by quuba [URL="http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx"]http://www.microsoft.com/enable/training/windowsvista/mousekeys.aspx[/URL] Re: i need java API for the EEG signal... please Programming Software Development by ithelp There are no such java apis. Re: i need java API for the EEG signal... please Programming Software Development by JamesCherrill Have you read this ? [url]http://code.google.com/p/nia-brew/[/url] Re: Plotting EEG waveforms using C# programming Programming Software Development by skatamatic What library are you using? Are you familiar with graphics? (Coordinates, etc). Did the library you are using come with documentation? You've given us very little to work with lol. adding windowClosing into my program Programming Software Development by MasterGoGo …()); filename = new TextField(20); toppanel.add(new Label("Web EEG",Label.CENTER),BorderLayout.NORTH); toppanel.add((new Label("…;Enter the EEG file name (including full path e.g.:C:/trial1.txt… Re: adding windowClosing into my program Programming Software Development by MasterGoGo …()); filename = new TextField(20); toppanel.add(new Label("Web EEG",Label.CENTER),BorderLayout.NORTH); toppanel.add((new Label("…;Enter the EEG file name (including full path e.g.:C:/trial1.txt… Re: adding windowClosing into my program Programming Software Development by MasterGoGo … filename = new JTextField(20); toppanel.add(new JLabel("Web EEG",JLabel.CENTER),BorderLayout.NORTH); toppanel.add((new JLabel("…;Enter the EEG file name (including full path e.g.:C:/trial1.txt… Clarification Programming Computer Science by vani krishnan Hi! I'm trying to operate a pc using EEG signals, as my academic project. I mean, using our thoughts … devices to handle the operations of a computer. I hav EEG signals which I can process in Matlab. But, after that… how to deal with two table Programming Databases by manojjena1982 Hi! all Let me explain the problem:- I have two tables A(aid,aname,adesc),B(bid,aid,bdesc). I want a query which will extract all records of 'aid' in 'B'. means aid bid aname bdesc 1 1 qw eeg 2 null re null 3 4 sd v tyuy 4 null dffg null Hope to get something soon. Manoj Pass values from one class to another Programming Software Development by #include <lou> … class Chart extends ApplicationFrame { public Chart(XYSeriesCollection data) { super("EEG Scatterplot and Linear Regression"); setContentPane(new ChartPanel(createChart(data… Vertical Line Chart Average Programming Software Development by #include <lou> … class Chart extends ApplicationFrame { public Chart(XYSeriesCollection data) { super("EEG Scatterplot and Linear Regression"); setContentPane(new ChartPanel(createChart(data… Re: First Letter in Uppercase Programming Software Development by Jx_Man it cause your cursor focus in first character after converted. then your next character will input as first character. g -> G => first converted, cursor focus on the front of first Character : |G (| : is cursor) ge -> Eg => |Eg gee -> Eeg => |Eeg geet ->Teeg => |Teeg geeta -> Ateeg => |Ateeg Re: Do you believe evolution? Community Center Geeks' Lounge by Ancient Dragon … been done through a wide variety of different tests, from EEG (i.e.: brain wave activity as measure by electrical impulses… Re: Aligning multiple lines of text Digital Media UI / UX Design by OkieUnix …; while (<TEMPLATE>) {s/<<(.*?)>>/$1/eeg; print;} $^W = 1; close(TEMPLATE); } ~ ~ ~ :q! root@dhcppc0># ls… Re: adding windowClosing into my program Programming Software Development by .11 MasterGoGo for the first, since WindowListener is an interface. And [B]DesktopEEG [/B] implements that interface , you'll need to implement the seven methods in WindowListener. [url]http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/WindowListener.html[/url] As for the second eclipse and netbeans run really slow for me so I will have to edit … Re: adding windowClosing into my program Programming Software Development by MasterGoGo If I implement JFrame, do I just convert all Frame's to JFrame only or do I do it for Label and buttons as well? Re: adding windowClosing into my program Programming Software Development by .11 I would change the Panel, Label, and Button to JPanel, JLabel, and JButton to be consistent, but I don't think it is mandatory. Re: adding windowClosing into my program Programming Software Development by MasterGoGo nevermind, I tried it. But the thing is, my labels get unbolded? Re: adding windowClosing into my program Programming Software Development by .11 [QUOTE=MasterGoGo;929877]nevermind, I tried it. But the thing is, my labels get unbolded?[/QUOTE] They look bold to me. [url]http://www.imgcow.com/uploads/26698988.PNG[/url] Re: adding windowClosing into my program Programming Software Development by MasterGoGo Really? I'm using DrJava and I see the labels not bolded. All I did with the original codes is replace Frame with JFrame. [IMG]http://i4.photobucket.com/albums/y109/blue-star-acid/Jframe.jpg[/IMG] Also, If I'm using JFrames, do I have to use JLabels and JButtons as well or can I just keep them as Labels and Buttons? I just got into GUI … Re: adding windowClosing into my program Programming Software Development by .11 Ok I added it back to Labels and Buttons and it wasnt bold. But when I added them as JLabels and JButtons the text was bold. Re: adding windowClosing into my program Programming Software Development by MasterGoGo really? Mine didn't work at all if I changed labels and buttons to their J counterparts. What can I use though if I use Frames instead of JFrames? Re: adding windowClosing into my program Programming Software Development by .11 This code [CODE] f.addWindowListener(this);[/CODE] in your constructor, gives you the NullPointerException, f hasn't been initialized. its currently null. As for the previous post I never worked with Frames, so I am not sure. Re: adding windowClosing into my program Programming Software Development by BestJewSinceJC MasterGoGo. . is there any reason you're using Panel, Frame, Button, etc instead of JPanel, JFrame, JButton, etc? Reason being because I believe the latter are more up to date. As another note, variable names are by convention lowercase for the first letter, for example names that follow convention: reset, theResetButton, otherButton, etc. Oh: … Re: adding windowClosing into my program Programming Software Development by BestJewSinceJC [CODE=Java]JButton Reset = new JButton("Reset"); centerpanel2.add(new JButton("Reset"));[/CODE] Should be: [CODE=Java]JButton Reset = new JButton("Reset"); centerpanel2.add(Reset);[/CODE] Again, follow coding conventions - it should be named "reset" not "Reset" - this would have made it… Re: adding windowClosing into my program Programming Software Development by MasterGoGo Thank you for your help and for everyone else that helped =)