sandip chitale's blog    Sandip Chitale's blog (scblog)
NOTE: I have moved many of my modules to NetBeans Plugin Portal . Please check there for latest versions of modules described on this blog.
20060116 Monday January 16, 2006

Introduction

Welcome to my blog.

My name is Sandip Chitale. I work in Sun Java Studio Creator group. You may already know that Sun Java Studio Creator is built on top of NetBeans. I joined the Sun Java Studio Creator group last year. Since joining the group I have developed several NetBeans modules. I plan to discuss NetBeans module development on this blog. From time to time I will also discuss issues related to Sun Java Studio Creator.

To start with check out my interview on NetBeans.org. In that interview I discuss two NetBeans modules:

  • Java File Structure
  • Java Type Hierarchy

More to come...


Posted by sandipchitale ( Jan 16 2006, 12:01:16 AM PST ) Permalink Comments [4]


Trackback URL: http://blogs.sun.com/scblog/entry/introduction
Comments:

Welcome, Sandip!

Posted by Roumen on January 16, 2006 at 12:03 AM PST #

Hi Sandip, great to see you are blogging. But I do not see a link for an RSS feed. Is it hiding? :-)

Posted by Gregg Sporar on January 19, 2006 at 06:05 PM PST #

Hi sandip, I have a query on swings.I have to develop a screen like a mail registration form where i need a scroll as the controls are exceeding the frame size...i can move the scroll if i wont give any setbound options to controls..if i set setbounds i cannot..plz give me the solution asap..

Posted by Archana on July 20, 2007 at 03:29 AM PDT #

Arachana,

Are you using a JScrollPane? Use something like this:

JPanel yourGui = ...;

JScrollPane sp = new JScrollPane(yourGui);

JFrame frame = ..;
frame.pack();
or
frame.setBounds(...);
frame.setContentPane(sp);
frame.setVisible(true);
If this does not work, do a CTRL+SHIFT+F1 and send me (email) the JFrame heirarchy that is shown in the console (make sure you are running java with console (java.exe not javaw.exe) to see this output).

Posted by Sandip on July 24, 2007 at 09:49 AM PDT #

Post a Comment:

Name:
E-Mail:
URL:

Your Comment:

HTML Syntax: NOT allowed








« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today

Get NetBeans 5.5

Locations of visitors to this page

Today's Page Hits: 316


XML
All
/Creator
/General
/Hobby
/Java
/JavaScript
/Mozilla
/NetBeans
/Ubuntu
/VisualWeb
/VisualWebPack
/Web 2.0

XML
All
/Creator
/General
/Hobby
/Java
/JavaScript
/Mozilla
/NetBeans
/Ubuntu
/VisualWeb
/VisualWebPack
/Web 2.0

scblog
scblog