custom events028 (12/4/2004 1:28:26 AM) comp.lang.java.programmer I am trying to use custom events. The custom events do nothing more than write to a JTextArea. It is a log of sorts. After much struggling I was able to get a single custom event from a class which extends a J... Oxnard
Events with multiple JPanels and JButtons120 (11/18/2004 2:39:14 AM) comp.lang.java.programmer I am trying to have 2 JPanels in one JFrame. The first JPanel (Panel1) has two buttons. The second JPanel has a JTextField. The app works as expected if I have only one button, but if I have a second button the... Oxnard
Can these two statements be made into one statement?429 (10/26/2004 1:49:04 AM) comp.lang.java.programmer I'm still trying to beome a bit more comfortable with abstract classes. Here are the statements: FontMetrics fm = c.getFontMetrics(c.getFont()); int i = 2 * (fm.getMaxAscent() + fm.getMaxDescent()); Thanks ... Oxnard
JavaScript event from an JApplet133 (10/19/2004 3:56:36 PM) comp.lang.java.programmer Here is some basic html/javascript that I am starting with: function myi(){ document.all.t1.src='http://www.oracle.com/'; } My goal is from an menu within a JApplet to pass the javascript function... Oxnard
repainting due to a menu429 (10/12/2004 7:06:50 PM) comp.lang.java.programmer I am extending JApplet. I want the background color of the JApplet to match the background color of the web page. I found if I: javax.swing.JLayeredPane jlp = new javax.swing.JLayeredPane(); jlp.setBackground(... Oxnard
Menus Applets JSP218 (10/10/2004 8:26:29 PM) comp.lang.java.programmer From within a JSP page I want to put an Applet which is a menu. The Applet menu will signal the JSP page when the user has made a menu pick. I can see how to signal an applet with getParameter(). but not how to... Oxnard
obtaining the last page the browser was at228 (10/7/2004 8:37:13 PM) comp.lang.java.programmer How do I do this with servlets? Additionally the servlet is being called from a html form using the post method. Would it just be easier to set an attribute? Thanks ... Oxnard
PL/SQL Declare and Define a variable338 (9/29/2004 2:59:40 PM) comp.databases.oracle.server I'm just wondering if there's anyway to do this, I guess it could help readability. if I have a procedure: create or replace procedure test as v_test NUMBER := 25; -- Works no big deal v_test1 ... Oxnard
sql question #8731 (9/27/2004 5:04:06 PM) comp.databases.oracle.server I'm trying to generate an SQL that will return the lowest usable value which is higher than zero. Here is the situatuion: DB versio 9.2.0.5. create table mynum( num number constraint mynum_pk primary key, ); ... Oxnard
Makefile dependency issue #2162 (3/3/2004 12:48:04 PM) comp.unix.solaris Using Sparc Solaris 9 make is in /usr/css/bin Here is my current Makefile: ========== cut here ================= ..SUFFIXES: .fmb .fmx .pll .plx DISPLAY=127.0.0.1:7.0 ORACLE_BASE=/orainst/9iasR1 ORA... Oxmard
shankeyp's replies:
Items(7) /1
Poor performance after oracle 8i upgrade1433 (9/7/2004 4:36:09 AM) comp.databases.oracle.server Hi All I am not a DBA, but a unix administrator. After our DBA's upgraded from oracle 8.0.5 to oracle 8.1.7.4 on our test server, we have noticed a big slow down in our application (acocobol). From ~10mins to... rreeve(3)
Challenging Question638 (9/17/2004 8:54:18 AM) comp.databases.oracle.server Hello All, At the moment, I am working on all the old(legacy) scripts in an effort to re-engineer and reuse them to acheive the same business needs. On one count, I encountered something very challenging that I... raja_kommuri(2)
sql question #8731 (9/27/2004 5:04:06 PM) comp.databases.oracle.server I'm trying to generate an SQL that will return the lowest usable value which is higher than zero. Here is the situatuion: DB versio 9.2.0.5. create table mynum( num number constraint mynum_pk primary key, ); ... shankeyp(23)
PL/SQL Declare and Define a variable338 (9/29/2004 2:59:40 PM) comp.databases.oracle.server I'm just wondering if there's anyway to do this, I guess it could help readability. if I have a procedure: create or replace procedure test as v_test NUMBER := 25; -- Works no big deal v_test1 ... shankeyp(23)
Menus Applets JSP218 (10/10/2004 8:26:29 PM) comp.lang.java.programmer From within a JSP page I want to put an Applet which is a menu. The Applet menu will signal the JSP page when the user has made a menu pick. I can see how to signal an applet with getParameter(). but not how to... shankeyp(23)
repainting due to a menu429 (10/12/2004 7:06:50 PM) comp.lang.java.programmer I am extending JApplet. I want the background color of the JApplet to match the background color of the web page. I found if I: javax.swing.JLayeredPane jlp = new javax.swing.JLayeredPane(); jlp.setBackground(... shankeyp(23)